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.6376,-74.3065)};var g_710086fa354be2f254df35497685a9bc = new google.maps.Geocoder();g_710086fa354be2f254df35497685a9bc.geocode( { 'address': "750 Walnut Ave, Cranford, NJ 07016, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('cranford-NJ-bank-of-america-mortgage').style.display = '';map = new google.maps.Map(document.getElementById('cranford-NJ-bank-of-america-mortgage'), mapOptions);}document.getElementById('440536b3').innerHTML += ' | View Map';var $l710086fa354be2f254df35497685a9bc = '

Bank of America Mortgage

Address: 750 Walnut Ave, Cranford, NJ 07016, USA
Phone: (908) 709-4715
';var m_710086fa354be2f254df35497685a9bc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America Mortgage',});m_710086fa354be2f254df35497685a9bc['infowindow'] = new google.maps.InfoWindow({content: $l710086fa354be2f254df35497685a9bc});var infowindow = new google.maps.InfoWindow({content: $l710086fa354be2f254df35497685a9bc});google.maps.event.addListener(m_710086fa354be2f254df35497685a9bc, 'click', function() {infowindow.open(map,m_710086fa354be2f254df35497685a9bc);});$marker.push(m_710086fa354be2f254df35497685a9bc);}});}google.maps.event.addDomListener(window, 'load', initialize);