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.3228,-79.6164)};var g_e87d854bf396ac001e599a215f7651da = new google.maps.Geocoder();g_e87d854bf396ac001e599a215f7651da.geocode( { 'address': "513 Lowry Ave, Jeannette, PA 15644, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('jeannette-PA-varine-slavin-insurance-inc').style.display = '';map = new google.maps.Map(document.getElementById('jeannette-PA-varine-slavin-insurance-inc'), mapOptions);}document.getElementById('0bff6769').innerHTML += ' | View Map';var $le87d854bf396ac001e599a215f7651da = '

Varine-Slavin Insurance, Inc

Address: 513 Lowry Ave, Jeannette, PA 15644, USA
Phone: (724) 527-2802
';var m_e87d854bf396ac001e599a215f7651da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Varine-Slavin Insurance, Inc',});m_e87d854bf396ac001e599a215f7651da['infowindow'] = new google.maps.InfoWindow({content: $le87d854bf396ac001e599a215f7651da});var infowindow = new google.maps.InfoWindow({content: $le87d854bf396ac001e599a215f7651da});google.maps.event.addListener(m_e87d854bf396ac001e599a215f7651da, 'click', function() {infowindow.open(map,m_e87d854bf396ac001e599a215f7651da);});$marker.push(m_e87d854bf396ac001e599a215f7651da);}});}google.maps.event.addDomListener(window, 'load', initialize);