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.2629,-74.6618)};var g_513970f5a51d1aa277d53d84fe51e48a = new google.maps.Geocoder();g_513970f5a51d1aa277d53d84fe51e48a.geocode( { 'address': "8 Route US 9 S, Marmora, NJ 08223"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('marmora-NJ-fox-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('marmora-NJ-fox-chase-bank'), mapOptions);}document.getElementById('e42d68e7').innerHTML += ' | View Map';var $l513970f5a51d1aa277d53d84fe51e48a = '

Fox Chase Bank

Address: 8 Route US 9 S, Marmora, NJ 08223
Phone: (609) 390-1474
';var m_513970f5a51d1aa277d53d84fe51e48a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fox Chase Bank',});m_513970f5a51d1aa277d53d84fe51e48a['infowindow'] = new google.maps.InfoWindow({content: $l513970f5a51d1aa277d53d84fe51e48a});var infowindow = new google.maps.InfoWindow({content: $l513970f5a51d1aa277d53d84fe51e48a});google.maps.event.addListener(m_513970f5a51d1aa277d53d84fe51e48a, 'click', function() {infowindow.open(map,m_513970f5a51d1aa277d53d84fe51e48a);});$marker.push(m_513970f5a51d1aa277d53d84fe51e48a);}});}google.maps.event.addDomListener(window, 'load', initialize);