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.9344,-74.1176)};var g_d18f655c3fce66ca401d5f38b48c89af = new google.maps.Geocoder();g_d18f655c3fce66ca401d5f38b48c89af.geocode( { 'address': "22-00 Maple Ave, Fair Lawn, NJ 07410"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fair-lawn-NJ-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('fair-lawn-NJ-bank-of-america'), mapOptions);}document.getElementById('62d1bde9').innerHTML += ' | View Map';var $ld18f655c3fce66ca401d5f38b48c89af = '

Bank Of America

Address: 22-00 Maple Ave, Fair Lawn, NJ 07410
Phone: (201) 421-2861
';var m_d18f655c3fce66ca401d5f38b48c89af = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank Of America',});m_d18f655c3fce66ca401d5f38b48c89af['infowindow'] = new google.maps.InfoWindow({content: $ld18f655c3fce66ca401d5f38b48c89af});var infowindow = new google.maps.InfoWindow({content: $ld18f655c3fce66ca401d5f38b48c89af});google.maps.event.addListener(m_d18f655c3fce66ca401d5f38b48c89af, 'click', function() {infowindow.open(map,m_d18f655c3fce66ca401d5f38b48c89af);});$marker.push(m_d18f655c3fce66ca401d5f38b48c89af);}});}google.maps.event.addDomListener(window, 'load', initialize);