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.403,-74.1217)};var g_543f040479c7e7c41bbabd257c13ef2d = new google.maps.Geocoder();g_543f040479c7e7c41bbabd257c13ef2d.geocode( { 'address': "1405 NJ-35, Middletown, NJ 07748, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('middletown-NJ-colonial-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('middletown-NJ-colonial-american-bank'), mapOptions);}document.getElementById('106f015a').innerHTML += ' | View Map';var $l543f040479c7e7c41bbabd257c13ef2d = '

Colonial American Bank

Address: 1405 NJ-35, Middletown, NJ 07748, USA
Phone: (732) 275-6900
';var m_543f040479c7e7c41bbabd257c13ef2d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial American Bank',});m_543f040479c7e7c41bbabd257c13ef2d['infowindow'] = new google.maps.InfoWindow({content: $l543f040479c7e7c41bbabd257c13ef2d});var infowindow = new google.maps.InfoWindow({content: $l543f040479c7e7c41bbabd257c13ef2d});google.maps.event.addListener(m_543f040479c7e7c41bbabd257c13ef2d, 'click', function() {infowindow.open(map,m_543f040479c7e7c41bbabd257c13ef2d);});$marker.push(m_543f040479c7e7c41bbabd257c13ef2d);}});}google.maps.event.addDomListener(window, 'load', initialize);