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.7779,-79.5253)};var g_c7038df96a5325298713467d23a0ccf5 = new google.maps.Geocoder();g_c7038df96a5325298713467d23a0ccf5.geocode( { 'address': "1509 4th Ave, Ford City, PA 16226, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ford-city-PA-watt-insurance-agency').style.display = '';map = new google.maps.Map(document.getElementById('ford-city-PA-watt-insurance-agency'), mapOptions);}document.getElementById('f38953cc').innerHTML += ' | View Map';var $lc7038df96a5325298713467d23a0ccf5 = '

Watt Insurance Agency

Address: 1509 4th Ave, Ford City, PA 16226, USA
Phone: (724) 763-9125
';var m_c7038df96a5325298713467d23a0ccf5 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Watt Insurance Agency',});m_c7038df96a5325298713467d23a0ccf5['infowindow'] = new google.maps.InfoWindow({content: $lc7038df96a5325298713467d23a0ccf5});var infowindow = new google.maps.InfoWindow({content: $lc7038df96a5325298713467d23a0ccf5});google.maps.event.addListener(m_c7038df96a5325298713467d23a0ccf5, 'click', function() {infowindow.open(map,m_c7038df96a5325298713467d23a0ccf5);});$marker.push(m_c7038df96a5325298713467d23a0ccf5);}});}google.maps.event.addDomListener(window, 'load', initialize);