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(39.8924,-75.0747)};var g_f900afc719d7d86bd7d17b9d3be0aafe = new google.maps.Geocoder();g_f900afc719d7d86bd7d17b9d3be0aafe.geocode( { 'address': "509 S White Horse Pike, Audubon, NJ 08106"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('audubon-NJ-audubon-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('audubon-NJ-audubon-savings-bank'), mapOptions);}document.getElementById('9a140e97').innerHTML += ' | View Map';var $lf900afc719d7d86bd7d17b9d3be0aafe = '

Audubon Savings Bank

Address: 509 S White Horse Pike, Audubon, NJ 08106
Phone: (856) 547-8100
';var m_f900afc719d7d86bd7d17b9d3be0aafe = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Audubon Savings Bank',});m_f900afc719d7d86bd7d17b9d3be0aafe['infowindow'] = new google.maps.InfoWindow({content: $lf900afc719d7d86bd7d17b9d3be0aafe});var infowindow = new google.maps.InfoWindow({content: $lf900afc719d7d86bd7d17b9d3be0aafe});google.maps.event.addListener(m_f900afc719d7d86bd7d17b9d3be0aafe, 'click', function() {infowindow.open(map,m_f900afc719d7d86bd7d17b9d3be0aafe);});$marker.push(m_f900afc719d7d86bd7d17b9d3be0aafe);}});}google.maps.event.addDomListener(window, 'load', initialize);