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.0779,-75.303)};var g_f9480d6b0eacc6842c0af6f95b180978 = new google.maps.Geocoder();g_f9480d6b0eacc6842c0af6f95b180978.geocode( { 'address': "221 W Ridge Pike, Conshohocken, PA 19428"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('conshohocken-PA-tomkins-vist-bank').style.display = '';map = new google.maps.Map(document.getElementById('conshohocken-PA-tomkins-vist-bank'), mapOptions);}document.getElementById('cbd92a2f').innerHTML += ' | View Map';var $lf9480d6b0eacc6842c0af6f95b180978 = '

TOMKINS Vist Bank

Address: 221 W Ridge Pike, Conshohocken, PA 19428
Phone: (610) 834-1999
';var m_f9480d6b0eacc6842c0af6f95b180978 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'TOMKINS Vist Bank',});m_f9480d6b0eacc6842c0af6f95b180978['infowindow'] = new google.maps.InfoWindow({content: $lf9480d6b0eacc6842c0af6f95b180978});var infowindow = new google.maps.InfoWindow({content: $lf9480d6b0eacc6842c0af6f95b180978});google.maps.event.addListener(m_f9480d6b0eacc6842c0af6f95b180978, 'click', function() {infowindow.open(map,m_f9480d6b0eacc6842c0af6f95b180978);});$marker.push(m_f9480d6b0eacc6842c0af6f95b180978);}});}google.maps.event.addDomListener(window, 'load', initialize);