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.4335,-74.3886)};var g_e57e85a7df105d798f7976d594fec4fc = new google.maps.Geocoder();g_e57e85a7df105d798f7976d594fec4fc.geocode( { 'address': "639 NJ-18, East Brunswick, NJ 08816, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-brunswick-NJ-bank-of-america-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('east-brunswick-NJ-bank-of-america-financial-center'), mapOptions);}document.getElementById('f6cf7e40').innerHTML += ' | View Map';var $le57e85a7df105d798f7976d594fec4fc = '

Bank of America Financial Center

Address: 639 NJ-18, East Brunswick, NJ 08816, USA
Phone: (732) 651-3000
';var m_e57e85a7df105d798f7976d594fec4fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Financial Center',});m_e57e85a7df105d798f7976d594fec4fc['infowindow'] = new google.maps.InfoWindow({content: $le57e85a7df105d798f7976d594fec4fc});var infowindow = new google.maps.InfoWindow({content: $le57e85a7df105d798f7976d594fec4fc});google.maps.event.addListener(m_e57e85a7df105d798f7976d594fec4fc, 'click', function() {infowindow.open(map,m_e57e85a7df105d798f7976d594fec4fc);});$marker.push(m_e57e85a7df105d798f7976d594fec4fc);}});}google.maps.event.addDomListener(window, 'load', initialize);