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.1176,-75.0145)};var g_e483cc701d962f6b22bfea4b09635652 = new google.maps.Geocoder();g_e483cc701d962f6b22bfea4b09635652.geocode( { 'address': "8580 Verree Rd, Philadelphia, PA 19111"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('philadelphia-PA-huntingdon-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('philadelphia-PA-huntingdon-valley-bank'), mapOptions);}document.getElementById('18fe5878').innerHTML += ' | View Map';var $le483cc701d962f6b22bfea4b09635652 = '

Huntingdon Valley Bank

Address: 8580 Verree Rd, Philadelphia, PA 19111
Phone: (215) 745-2963
';var m_e483cc701d962f6b22bfea4b09635652 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Huntingdon Valley Bank',});m_e483cc701d962f6b22bfea4b09635652['infowindow'] = new google.maps.InfoWindow({content: $le483cc701d962f6b22bfea4b09635652});var infowindow = new google.maps.InfoWindow({content: $le483cc701d962f6b22bfea4b09635652});google.maps.event.addListener(m_e483cc701d962f6b22bfea4b09635652, 'click', function() {infowindow.open(map,m_e483cc701d962f6b22bfea4b09635652);});$marker.push(m_e483cc701d962f6b22bfea4b09635652);}});}google.maps.event.addDomListener(window, 'load', initialize);