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_1e4fa1cccfafb408ec680c38e7c70366 = new google.maps.Geocoder();g_1e4fa1cccfafb408ec680c38e7c70366.geocode( { 'address': "929 E Hallandale Beach Blvd, Hallandale Beach, FL 33009"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hallandale-beach-FL-community-bank-of-broward').style.display = '';map = new google.maps.Map(document.getElementById('hallandale-beach-FL-community-bank-of-broward'), mapOptions);}document.getElementById('f66689b5').innerHTML += ' | View Map';var $l1e4fa1cccfafb408ec680c38e7c70366 = '

Community Bank Of Broward

Address: 929 E Hallandale Beach Blvd, Hallandale Beach, FL 33009
Phone: (954) 455-2882
';var m_1e4fa1cccfafb408ec680c38e7c70366 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Broward',});m_1e4fa1cccfafb408ec680c38e7c70366['infowindow'] = new google.maps.InfoWindow({content: $l1e4fa1cccfafb408ec680c38e7c70366});var infowindow = new google.maps.InfoWindow({content: $l1e4fa1cccfafb408ec680c38e7c70366});google.maps.event.addListener(m_1e4fa1cccfafb408ec680c38e7c70366, 'click', function() {infowindow.open(map,m_1e4fa1cccfafb408ec680c38e7c70366);});$marker.push(m_1e4fa1cccfafb408ec680c38e7c70366);}});}google.maps.event.addDomListener(window, 'load', initialize);