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.2737,-74.5406)};var g_b0ca34616d62ca5270d0c935d7ea62aa = new google.maps.Geocoder();g_b0ca34616d62ca5270d0c935d7ea62aa.geocode( { 'address': "29 Princeton Hightstown RD, East Windsor, NJ 08520, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-windsor-NJ-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('east-windsor-NJ-wells-fargo-bank'), mapOptions);}document.getElementById('41d59190').innerHTML += ' | View Map';var $lb0ca34616d62ca5270d0c935d7ea62aa = '

Wells Fargo Bank

Address: 29 Princeton Hightstown RD, East Windsor, NJ 08520, USA
Phone: (609) 448-8209
';var m_b0ca34616d62ca5270d0c935d7ea62aa = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_b0ca34616d62ca5270d0c935d7ea62aa['infowindow'] = new google.maps.InfoWindow({content: $lb0ca34616d62ca5270d0c935d7ea62aa});var infowindow = new google.maps.InfoWindow({content: $lb0ca34616d62ca5270d0c935d7ea62aa});google.maps.event.addListener(m_b0ca34616d62ca5270d0c935d7ea62aa, 'click', function() {infowindow.open(map,m_b0ca34616d62ca5270d0c935d7ea62aa);});$marker.push(m_b0ca34616d62ca5270d0c935d7ea62aa);}});}google.maps.event.addDomListener(window, 'load', initialize);