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.2461,-74.5719)};var g_aa7d314c99cb745f0d195cc594ac56fd = new google.maps.Geocoder();g_aa7d314c99cb745f0d195cc594ac56fd.geocode( { 'address': "1386 US-130, Windsor, NJ 08561, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('windsor-NJ-fulton-bank-of-new-jersey').style.display = '';map = new google.maps.Map(document.getElementById('windsor-NJ-fulton-bank-of-new-jersey'), mapOptions);}document.getElementById('8afad17c').innerHTML += ' | View Map';var $laa7d314c99cb745f0d195cc594ac56fd = '

Fulton Bank of New Jersey

Address: 1386 US-130, Windsor, NJ 08561, USA
Phone: (609) 426-1000
';var m_aa7d314c99cb745f0d195cc594ac56fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fulton Bank of New Jersey',});m_aa7d314c99cb745f0d195cc594ac56fd['infowindow'] = new google.maps.InfoWindow({content: $laa7d314c99cb745f0d195cc594ac56fd});var infowindow = new google.maps.InfoWindow({content: $laa7d314c99cb745f0d195cc594ac56fd});google.maps.event.addListener(m_aa7d314c99cb745f0d195cc594ac56fd, 'click', function() {infowindow.open(map,m_aa7d314c99cb745f0d195cc594ac56fd);});$marker.push(m_aa7d314c99cb745f0d195cc594ac56fd);}});}google.maps.event.addDomListener(window, 'load', initialize);