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(28.5473,-81.7085)};var g_570f9ea55bf662b5c4d27899698fed86 = new google.maps.Geocoder();g_570f9ea55bf662b5c4d27899698fed86.geocode( { 'address': "2580 E Hwy 50, Clermont, FL 34711, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clermont-FL-insight-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clermont-FL-insight-credit-union'), mapOptions);}document.getElementById('16e93eeb').innerHTML += ' | View Map';var $l570f9ea55bf662b5c4d27899698fed86 = '

Insight Credit Union

Address: 2580 E Hwy 50, Clermont, FL 34711, USA
Phone: (888) 843-8328
';var m_570f9ea55bf662b5c4d27899698fed86 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Insight Credit Union',});m_570f9ea55bf662b5c4d27899698fed86['infowindow'] = new google.maps.InfoWindow({content: $l570f9ea55bf662b5c4d27899698fed86});var infowindow = new google.maps.InfoWindow({content: $l570f9ea55bf662b5c4d27899698fed86});google.maps.event.addListener(m_570f9ea55bf662b5c4d27899698fed86, 'click', function() {infowindow.open(map,m_570f9ea55bf662b5c4d27899698fed86);});$marker.push(m_570f9ea55bf662b5c4d27899698fed86);}});}google.maps.event.addDomListener(window, 'load', initialize);