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(27.3162,-80.3157)};var g_65f148c815a4ebfaf8eb150460ba94fc = new google.maps.Geocoder();g_65f148c815a4ebfaf8eb150460ba94fc.geocode( { 'address': "8351 US-1, Port St Lucie, FL 34952, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('port-st-lucie-FL-midflorida-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('port-st-lucie-FL-midflorida-credit-union'), mapOptions);}document.getElementById('50aa6133').innerHTML += ' | View Map';var $l65f148c815a4ebfaf8eb150460ba94fc = '

MIDFLORIDA Credit Union

Address: 8351 US-1, Port St Lucie, FL 34952, USA
Phone: (772) 236-5089
';var m_65f148c815a4ebfaf8eb150460ba94fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'MIDFLORIDA Credit Union',});m_65f148c815a4ebfaf8eb150460ba94fc['infowindow'] = new google.maps.InfoWindow({content: $l65f148c815a4ebfaf8eb150460ba94fc});var infowindow = new google.maps.InfoWindow({content: $l65f148c815a4ebfaf8eb150460ba94fc});google.maps.event.addListener(m_65f148c815a4ebfaf8eb150460ba94fc, 'click', function() {infowindow.open(map,m_65f148c815a4ebfaf8eb150460ba94fc);});$marker.push(m_65f148c815a4ebfaf8eb150460ba94fc);}});}google.maps.event.addDomListener(window, 'load', initialize);