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(41.1802,-80.7655)};var g_572e3cc24b3686b0416dc3066db796c3 = new google.maps.Geocoder();g_572e3cc24b3686b0416dc3066db796c3.geocode( { 'address': "2 S Main St #403, Niles, OH 44446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('niles-OH-merlo-insurance-agency-inc').style.display = '';map = new google.maps.Map(document.getElementById('niles-OH-merlo-insurance-agency-inc'), mapOptions);}document.getElementById('c345e372').innerHTML += ' | View Map';var $l572e3cc24b3686b0416dc3066db796c3 = '

Merlo Insurance Agency, Inc.

Address: 2 S Main St #403, Niles, OH 44446, USA
Phone: (330) 544-8000
';var m_572e3cc24b3686b0416dc3066db796c3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merlo Insurance Agency, Inc.',});m_572e3cc24b3686b0416dc3066db796c3['infowindow'] = new google.maps.InfoWindow({content: $l572e3cc24b3686b0416dc3066db796c3});var infowindow = new google.maps.InfoWindow({content: $l572e3cc24b3686b0416dc3066db796c3});google.maps.event.addListener(m_572e3cc24b3686b0416dc3066db796c3, 'click', function() {infowindow.open(map,m_572e3cc24b3686b0416dc3066db796c3);});$marker.push(m_572e3cc24b3686b0416dc3066db796c3);}});}google.maps.event.addDomListener(window, 'load', initialize);