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.1242,-80.0043)};var g_5d79c7371f4ad9e65da4e69e38000b69 = new google.maps.Geocoder();g_5d79c7371f4ad9e65da4e69e38000b69.geocode( { 'address': "1000 Main St, Bentleyville, PA 15314, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bentleyville-PA-nationwide-insurance-edward-w-schultz').style.display = '';map = new google.maps.Map(document.getElementById('bentleyville-PA-nationwide-insurance-edward-w-schultz'), mapOptions);}document.getElementById('7440795f').innerHTML += ' | View Map';var $l5d79c7371f4ad9e65da4e69e38000b69 = '

Nationwide Insurance: Edward W Schultz

Address: 1000 Main St, Bentleyville, PA 15314, USA
Phone: (724) 239-4444
';var m_5d79c7371f4ad9e65da4e69e38000b69 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Nationwide Insurance: Edward W Schultz',});m_5d79c7371f4ad9e65da4e69e38000b69['infowindow'] = new google.maps.InfoWindow({content: $l5d79c7371f4ad9e65da4e69e38000b69});var infowindow = new google.maps.InfoWindow({content: $l5d79c7371f4ad9e65da4e69e38000b69});google.maps.event.addListener(m_5d79c7371f4ad9e65da4e69e38000b69, 'click', function() {infowindow.open(map,m_5d79c7371f4ad9e65da4e69e38000b69);});$marker.push(m_5d79c7371f4ad9e65da4e69e38000b69);}});}google.maps.event.addDomListener(window, 'load', initialize);