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(40.6233,-79.1675)};var g_ea552c733d05a8349e8ad4d74b7b62b9 = new google.maps.Geocoder();g_ea552c733d05a8349e8ad4d74b7b62b9.geocode( { 'address': "1359 Philadelphia St, Indiana, PA 15701, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('indiana-PA-wm-g-mechling-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('indiana-PA-wm-g-mechling-insurance-agency'), mapOptions);}document.getElementById('0ba4607a').innerHTML += ' | View Map';var $lea552c733d05a8349e8ad4d74b7b62b9 = '

Wm G Mechling Insurance Agency

Address: 1359 Philadelphia St, Indiana, PA 15701, USA
Phone: (724) 465-4261
';var m_ea552c733d05a8349e8ad4d74b7b62b9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wm G Mechling Insurance Agency',});m_ea552c733d05a8349e8ad4d74b7b62b9['infowindow'] = new google.maps.InfoWindow({content: $lea552c733d05a8349e8ad4d74b7b62b9});var infowindow = new google.maps.InfoWindow({content: $lea552c733d05a8349e8ad4d74b7b62b9});google.maps.event.addListener(m_ea552c733d05a8349e8ad4d74b7b62b9, 'click', function() {infowindow.open(map,m_ea552c733d05a8349e8ad4d74b7b62b9);});$marker.push(m_ea552c733d05a8349e8ad4d74b7b62b9);}});}google.maps.event.addDomListener(window, 'load', initialize);