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.55,-76.0167)};var g_e811387c8fc99fc6fe3585e61f7917a8 = new google.maps.Geocoder();g_e811387c8fc99fc6fe3585e61f7917a8.geocode( { 'address': "801 S 4th St, Hamburg, PA 19526"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hamburg-PA-tomkins-vist-bank').style.display = '';map = new google.maps.Map(document.getElementById('hamburg-PA-tomkins-vist-bank'), mapOptions);}document.getElementById('b37d617e').innerHTML += ' | View Map';var $le811387c8fc99fc6fe3585e61f7917a8 = '

Tomkins Vist Bank

Address: 801 S 4th St, Hamburg, PA 19526
Phone: (610) 562-3277
';var m_e811387c8fc99fc6fe3585e61f7917a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tomkins Vist Bank',});m_e811387c8fc99fc6fe3585e61f7917a8['infowindow'] = new google.maps.InfoWindow({content: $le811387c8fc99fc6fe3585e61f7917a8});var infowindow = new google.maps.InfoWindow({content: $le811387c8fc99fc6fe3585e61f7917a8});google.maps.event.addListener(m_e811387c8fc99fc6fe3585e61f7917a8, 'click', function() {infowindow.open(map,m_e811387c8fc99fc6fe3585e61f7917a8);});$marker.push(m_e811387c8fc99fc6fe3585e61f7917a8);}});}google.maps.event.addDomListener(window, 'load', initialize);