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.772,-74.2095)};var g_68e44063a0681a18a81218c027b53554 = new google.maps.Geocoder();g_68e44063a0681a18a81218c027b53554.geocode( { 'address': "560 Dr Martin Luther King Jr B, East Orange, NJ 07018"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('east-orange-NJ-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('east-orange-NJ-bank-of-america'), mapOptions);}document.getElementById('64cb79b1').innerHTML += ' | View Map';var $l68e44063a0681a18a81218c027b53554 = '

Bank of America

Address: 560 Dr Martin Luther King Jr B, East Orange, NJ 07018
Phone: (973) 266-3172
';var m_68e44063a0681a18a81218c027b53554 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_68e44063a0681a18a81218c027b53554['infowindow'] = new google.maps.InfoWindow({content: $l68e44063a0681a18a81218c027b53554});var infowindow = new google.maps.InfoWindow({content: $l68e44063a0681a18a81218c027b53554});google.maps.event.addListener(m_68e44063a0681a18a81218c027b53554, 'click', function() {infowindow.open(map,m_68e44063a0681a18a81218c027b53554);});$marker.push(m_68e44063a0681a18a81218c027b53554);}});}google.maps.event.addDomListener(window, 'load', initialize);