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.696,-80.0099)};var g_4ba675e15cfed4f021f1704da440ca81 = new google.maps.Geocoder();g_4ba675e15cfed4f021f1704da440ca81.geocode( { 'address': "145 Grand Ave, Mars, PA 16046, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mars-PA-mars-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('mars-PA-mars-national-bank'), mapOptions);}document.getElementById('2365af51').innerHTML += ' | View Map';var $l4ba675e15cfed4f021f1704da440ca81 = '

Mars National Bank

Address: 145 Grand Ave, Mars, PA 16046, USA
Phone: (724) 625-1555
';var m_4ba675e15cfed4f021f1704da440ca81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Mars National Bank',});m_4ba675e15cfed4f021f1704da440ca81['infowindow'] = new google.maps.InfoWindow({content: $l4ba675e15cfed4f021f1704da440ca81});var infowindow = new google.maps.InfoWindow({content: $l4ba675e15cfed4f021f1704da440ca81});google.maps.event.addListener(m_4ba675e15cfed4f021f1704da440ca81, 'click', function() {infowindow.open(map,m_4ba675e15cfed4f021f1704da440ca81);});$marker.push(m_4ba675e15cfed4f021f1704da440ca81);}});}google.maps.event.addDomListener(window, 'load', initialize);