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.4115,-74.6446)};var g_f94213c8b7bd241d3c5c8f930ed98b86 = new google.maps.Geocoder();g_f94213c8b7bd241d3c5c8f930ed98b86.geocode( { 'address': "1 Washington St, Rocky Hill, NJ 08553"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('rocky-hill-NJ-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('rocky-hill-NJ-bank-of-america'), mapOptions);}document.getElementById('58a45715').innerHTML += ' | View Map';var $lf94213c8b7bd241d3c5c8f930ed98b86 = '

Bank of America

Address: 1 Washington St, Rocky Hill, NJ 08553
Phone: (609) 924-5981
';var m_f94213c8b7bd241d3c5c8f930ed98b86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_f94213c8b7bd241d3c5c8f930ed98b86['infowindow'] = new google.maps.InfoWindow({content: $lf94213c8b7bd241d3c5c8f930ed98b86});var infowindow = new google.maps.InfoWindow({content: $lf94213c8b7bd241d3c5c8f930ed98b86});google.maps.event.addListener(m_f94213c8b7bd241d3c5c8f930ed98b86, 'click', function() {infowindow.open(map,m_f94213c8b7bd241d3c5c8f930ed98b86);});$marker.push(m_f94213c8b7bd241d3c5c8f930ed98b86);}});}google.maps.event.addDomListener(window, 'load', initialize);