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.5714,-74.314)};var g_04ab1f885b52adc7a11278073b3c4f74 = new google.maps.Geocoder();g_04ab1f885b52adc7a11278073b3c4f74.geocode( { 'address': "655 Us Highway 1 S, Iselin, NJ 08830"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('iselin-NJ-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('iselin-NJ-bank-of-america'), mapOptions);}document.getElementById('ad6b9052').innerHTML += ' | View Map';var $l04ab1f885b52adc7a11278073b3c4f74 = '

Bank of America

Address: 655 Us Highway 1 S, Iselin, NJ 08830
Phone: (732) 750-3662
';var m_04ab1f885b52adc7a11278073b3c4f74 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_04ab1f885b52adc7a11278073b3c4f74['infowindow'] = new google.maps.InfoWindow({content: $l04ab1f885b52adc7a11278073b3c4f74});var infowindow = new google.maps.InfoWindow({content: $l04ab1f885b52adc7a11278073b3c4f74});google.maps.event.addListener(m_04ab1f885b52adc7a11278073b3c4f74, 'click', function() {infowindow.open(map,m_04ab1f885b52adc7a11278073b3c4f74);});$marker.push(m_04ab1f885b52adc7a11278073b3c4f74);}});}google.maps.event.addDomListener(window, 'load', initialize);