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()};var g_75f9c0caf71b0772caf262c1bbdf9f14 = new google.maps.Geocoder();g_75f9c0caf71b0772caf262c1bbdf9f14.geocode( { 'address': "39 Brick Blvd, Brick Township, NJ 08723"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brick-township-NJ-bank-of-america').style.display = '';map = new google.maps.Map(document.getElementById('brick-township-NJ-bank-of-america'), mapOptions);}document.getElementById('94e4368e').innerHTML += ' | View Map';var $l75f9c0caf71b0772caf262c1bbdf9f14 = '

Bank of America

Address: 39 Brick Blvd, Brick Township, NJ 08723
Phone: (732) 864-1642
';var m_75f9c0caf71b0772caf262c1bbdf9f14 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Bank of America',});m_75f9c0caf71b0772caf262c1bbdf9f14['infowindow'] = new google.maps.InfoWindow({content: $l75f9c0caf71b0772caf262c1bbdf9f14});var infowindow = new google.maps.InfoWindow({content: $l75f9c0caf71b0772caf262c1bbdf9f14});google.maps.event.addListener(m_75f9c0caf71b0772caf262c1bbdf9f14, 'click', function() {infowindow.open(map,m_75f9c0caf71b0772caf262c1bbdf9f14);});$marker.push(m_75f9c0caf71b0772caf262c1bbdf9f14);}});}google.maps.event.addDomListener(window, 'load', initialize);