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(38.7746,-85.3923)};var g_007a756c2784939fc12c1b09b448c175 = new google.maps.Geocoder();g_007a756c2784939fc12c1b09b448c175.geocode( { 'address': "303 Clifty Dr, Madison, IN 47250, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('madison-IN-centra-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('madison-IN-centra-credit-union'), mapOptions);}document.getElementById('c19294ad').innerHTML += ' | View Map';var $l007a756c2784939fc12c1b09b448c175 = '

Centra Credit Union

Address: 303 Clifty Dr, Madison, IN 47250, USA
Phone: (812) 273-8844
';var m_007a756c2784939fc12c1b09b448c175 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Centra Credit Union',});m_007a756c2784939fc12c1b09b448c175['infowindow'] = new google.maps.InfoWindow({content: $l007a756c2784939fc12c1b09b448c175});var infowindow = new google.maps.InfoWindow({content: $l007a756c2784939fc12c1b09b448c175});google.maps.event.addListener(m_007a756c2784939fc12c1b09b448c175, 'click', function() {infowindow.open(map,m_007a756c2784939fc12c1b09b448c175);});$marker.push(m_007a756c2784939fc12c1b09b448c175);}});}google.maps.event.addDomListener(window, 'load', initialize);