// '+ '

Red Hot Productions

'+ '
'+ '

1st Floor, 49 Clontarf Road, Clontarf, Dublin 3, Ireland.

Tel: 00353 (0)1 353 0050
Email: hello@rhp.ie

'+ '
'+ ''; // Define the map marker characteristics var mapMarker = new google.maps.Marker({ position: myLatLng, map: map, icon: image, title: '{Red Hot Productions}' }); // Following Lines are needed if you use the Info Window to display content when map marker is clicked var infowindow = new google.maps.InfoWindow({ content: contentString }); // Following line turns the marker, into a clickable button and when clicked, opens the info window google.maps.event.addListener(mapMarker, 'click', function() { infowindow.open(map, mapMarker); }); //End } // ]]>