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.3836,-79.7036)};var g_6d13c2f44f841673e9097c2137cf6def = new google.maps.Geocoder();g_6d13c2f44f841673e9097c2137cf6def.geocode( { 'address': "3339 PA-257, Seneca, PA 16346, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('seneca-PA-russ-black-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('seneca-PA-russ-black-insurance-inc'), mapOptions);}document.getElementById('c44af875').innerHTML += ' | View Map';var $l6d13c2f44f841673e9097c2137cf6def = '

Russ Black Insurance Inc

Address: 3339 PA-257, Seneca, PA 16346, USA
Phone: (814) 676-5761
';var m_6d13c2f44f841673e9097c2137cf6def = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Russ Black Insurance Inc',});m_6d13c2f44f841673e9097c2137cf6def['infowindow'] = new google.maps.InfoWindow({content: $l6d13c2f44f841673e9097c2137cf6def});var infowindow = new google.maps.InfoWindow({content: $l6d13c2f44f841673e9097c2137cf6def});google.maps.event.addListener(m_6d13c2f44f841673e9097c2137cf6def, 'click', function() {infowindow.open(map,m_6d13c2f44f841673e9097c2137cf6def);});$marker.push(m_6d13c2f44f841673e9097c2137cf6def);}});}google.maps.event.addDomListener(window, 'load', initialize);