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.9513,-74.0376)};var g_87dfca33622d648e99c6d6550bd03c08 = new google.maps.Geocoder();g_87dfca33622d648e99c6d6550bd03c08.geocode( { 'address': "420 Kinderkamack Rd, Oradell, NJ 07649"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oradell-NJ-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('oradell-NJ-bank-of-america'), mapOptions);}document.getElementById('0a649d80').innerHTML += ' | View Map';var $l87dfca33622d648e99c6d6550bd03c08 = '

Bank of America

Address: 420 Kinderkamack Rd, Oradell, NJ 07649
Phone: (201) 967-0533
';var m_87dfca33622d648e99c6d6550bd03c08 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_87dfca33622d648e99c6d6550bd03c08['infowindow'] = new google.maps.InfoWindow({content: $l87dfca33622d648e99c6d6550bd03c08});var infowindow = new google.maps.InfoWindow({content: $l87dfca33622d648e99c6d6550bd03c08});google.maps.event.addListener(m_87dfca33622d648e99c6d6550bd03c08, 'click', function() {infowindow.open(map,m_87dfca33622d648e99c6d6550bd03c08);});$marker.push(m_87dfca33622d648e99c6d6550bd03c08);}});}google.maps.event.addDomListener(window, 'load', initialize);