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(25.8971,-80.3521)};var g_0600c94b69897c85bbc6523e757c2071 = new google.maps.Geocoder();g_0600c94b69897c85bbc6523e757c2071.geocode( { 'address': "8200 W 33rd Ave, Hialeah, FL 33018, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hialeah-FL-peoples-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hialeah-FL-peoples-credit-union'), mapOptions);}document.getElementById('ca85c8fc').innerHTML += ' | View Map';var $l0600c94b69897c85bbc6523e757c2071 = '

Peoples Credit Union

Address: 8200 W 33rd Ave, Hialeah, FL 33018, USA
Phone: (800) 243-1077
';var m_0600c94b69897c85bbc6523e757c2071 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Peoples Credit Union',});m_0600c94b69897c85bbc6523e757c2071['infowindow'] = new google.maps.InfoWindow({content: $l0600c94b69897c85bbc6523e757c2071});var infowindow = new google.maps.InfoWindow({content: $l0600c94b69897c85bbc6523e757c2071});google.maps.event.addListener(m_0600c94b69897c85bbc6523e757c2071, 'click', function() {infowindow.open(map,m_0600c94b69897c85bbc6523e757c2071);});$marker.push(m_0600c94b69897c85bbc6523e757c2071);}});}google.maps.event.addDomListener(window, 'load', initialize);