var map;var $marker = [];function $setCursor($lat, $lng, $index){$marker[$index - 1]['infowindow'].open(map, $marker[$index - 1]);var $lat_lng = new google.maps.LatLng($lat, $lng);map.setCenter($lat_lng);map.setZoom(20);}function initialize(){var $i = 0;var mapOptions = {zoom: 10,center: new google.maps.LatLng(39.1488,-84.6131)};var g_5e2c67cb60a15567b449330b55ed2c4f = new google.maps.Geocoder();g_5e2c67cb60a15567b449330b55ed2c4f.geocode( { 'address': "3349 Glenmore Ave, Cincinnati, OH 45211, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cincinnati-OH-r-j-molloy-co').style.display = '';map = new google.maps.Map(document.getElementById('cincinnati-OH-r-j-molloy-co'), mapOptions);}document.getElementById('eacfbf36').innerHTML += ' | View Map';var $l5e2c67cb60a15567b449330b55ed2c4f = '

R. J. Molloy Co.

Address: 3349 Glenmore Ave, Cincinnati, OH 45211, USA
Phone: (513) 662-1040
';var m_5e2c67cb60a15567b449330b55ed2c4f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'R. J. Molloy Co.',});m_5e2c67cb60a15567b449330b55ed2c4f['infowindow'] = new google.maps.InfoWindow({content: $l5e2c67cb60a15567b449330b55ed2c4f});var infowindow = new google.maps.InfoWindow({content: $l5e2c67cb60a15567b449330b55ed2c4f});google.maps.event.addListener(m_5e2c67cb60a15567b449330b55ed2c4f, 'click', function() {infowindow.open(map,m_5e2c67cb60a15567b449330b55ed2c4f);});$marker.push(m_5e2c67cb60a15567b449330b55ed2c4f);}});}google.maps.event.addDomListener(window, 'load', initialize);