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.3938,-81.8109)};var g_0ff5688b0935206594266ed9ba87e8e4 = new google.maps.Geocoder();g_0ff5688b0935206594266ed9ba87e8e4.geocode( { 'address': "24201 Walden Center Dr, Bonita Springs, FL 34134, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('bonita-springs-FL-lake-michigan-credit-union-of-florida').style.display = '';map = new google.maps.Map(document.getElementById('bonita-springs-FL-lake-michigan-credit-union-of-florida'), mapOptions);}document.getElementById('0e331303').innerHTML += ' | View Map';var $l0ff5688b0935206594266ed9ba87e8e4 = '

Lake Michigan Credit Union of Florida

Address: 24201 Walden Center Dr, Bonita Springs, FL 34134, USA
Phone: (239) 908-5870
';var m_0ff5688b0935206594266ed9ba87e8e4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Lake Michigan Credit Union of Florida',});m_0ff5688b0935206594266ed9ba87e8e4['infowindow'] = new google.maps.InfoWindow({content: $l0ff5688b0935206594266ed9ba87e8e4});var infowindow = new google.maps.InfoWindow({content: $l0ff5688b0935206594266ed9ba87e8e4});google.maps.event.addListener(m_0ff5688b0935206594266ed9ba87e8e4, 'click', function() {infowindow.open(map,m_0ff5688b0935206594266ed9ba87e8e4);});$marker.push(m_0ff5688b0935206594266ed9ba87e8e4);}});}google.maps.event.addDomListener(window, 'load', initialize);