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(26.0135,-80.2035)};var g_196f5641aa9dc87067da4ff90fd81e7b = new google.maps.Geocoder();g_196f5641aa9dc87067da4ff90fd81e7b.geocode( { 'address': "1771 N Flamingo Rd, Pembroke Pines, FL 33028"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pembroke-pines-FL-community-bank-of-broward').style.display = '';map = new google.maps.Map(document.getElementById('pembroke-pines-FL-community-bank-of-broward'), mapOptions);}document.getElementById('381dc823').innerHTML += ' | View Map';var $l196f5641aa9dc87067da4ff90fd81e7b = '

Community Bank Of Broward

Address: 1771 N Flamingo Rd, Pembroke Pines, FL 33028
Phone: (954) 364-6306
';var m_196f5641aa9dc87067da4ff90fd81e7b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Bank Of Broward',});m_196f5641aa9dc87067da4ff90fd81e7b['infowindow'] = new google.maps.InfoWindow({content: $l196f5641aa9dc87067da4ff90fd81e7b});var infowindow = new google.maps.InfoWindow({content: $l196f5641aa9dc87067da4ff90fd81e7b});google.maps.event.addListener(m_196f5641aa9dc87067da4ff90fd81e7b, 'click', function() {infowindow.open(map,m_196f5641aa9dc87067da4ff90fd81e7b);});$marker.push(m_196f5641aa9dc87067da4ff90fd81e7b);}});}google.maps.event.addDomListener(window, 'load', initialize);