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.2371,-80.1047)};var g_5b99defa090753731b7f42c8790c3208 = new google.maps.Geocoder();g_5b99defa090753731b7f42c8790c3208.geocode( { 'address': "420 NE 19th Ave, Pompano Beach, FL 33060, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('pompano-beach-FL-pompano-beach-city-employees-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('pompano-beach-FL-pompano-beach-city-employees-credit-union'), mapOptions);}document.getElementById('90b8a3de').innerHTML += ' | View Map';var $l5b99defa090753731b7f42c8790c3208 = '

Pompano Beach City Employees Credit Union

Address: 420 NE 19th Ave, Pompano Beach, FL 33060, USA
Phone: (954) 785-8710
';var m_5b99defa090753731b7f42c8790c3208 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Pompano Beach City Employees Credit Union',});m_5b99defa090753731b7f42c8790c3208['infowindow'] = new google.maps.InfoWindow({content: $l5b99defa090753731b7f42c8790c3208});var infowindow = new google.maps.InfoWindow({content: $l5b99defa090753731b7f42c8790c3208});google.maps.event.addListener(m_5b99defa090753731b7f42c8790c3208, 'click', function() {infowindow.open(map,m_5b99defa090753731b7f42c8790c3208);});$marker.push(m_5b99defa090753731b7f42c8790c3208);}});}google.maps.event.addDomListener(window, 'load', initialize);