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.2579,-75.267)};var g_638d4c2c3136af06f3158fbcec38e7fb = new google.maps.Geocoder();g_638d4c2c3136af06f3158fbcec38e7fb.geocode( { 'address': "1804 N Broad St, Lansdale, PA 19446, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lansdale-PA-atm-first-niagara-bank').style.display = '';map = new google.maps.Map(document.getElementById('lansdale-PA-atm-first-niagara-bank'), mapOptions);}document.getElementById('dc37c597').innerHTML += ' | View Map';var $l638d4c2c3136af06f3158fbcec38e7fb = '

ATM (First Niagara Bank)

Address: 1804 N Broad St, Lansdale, PA 19446, USA
Phone:
';var m_638d4c2c3136af06f3158fbcec38e7fb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (First Niagara Bank)',});m_638d4c2c3136af06f3158fbcec38e7fb['infowindow'] = new google.maps.InfoWindow({content: $l638d4c2c3136af06f3158fbcec38e7fb});var infowindow = new google.maps.InfoWindow({content: $l638d4c2c3136af06f3158fbcec38e7fb});google.maps.event.addListener(m_638d4c2c3136af06f3158fbcec38e7fb, 'click', function() {infowindow.open(map,m_638d4c2c3136af06f3158fbcec38e7fb);});$marker.push(m_638d4c2c3136af06f3158fbcec38e7fb);}});}google.maps.event.addDomListener(window, 'load', initialize);