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.8967,-86.9003)};var g_9300f7b7b99d92c0acf83ea618010e16 = new google.maps.Geocoder();g_9300f7b7b99d92c0acf83ea618010e16.geocode( { 'address': "300 Highway 361, Crane, IN 47522"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('crane-IN-crane-federal-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('crane-IN-crane-federal-credit-union'), mapOptions);}document.getElementById('2f8c8348').innerHTML += ' | View Map';var $l9300f7b7b99d92c0acf83ea618010e16 = '

Crane Federal Credit Union

Address: 300 Highway 361, Crane, IN 47522
Phone: (812) 854-0111
';var m_9300f7b7b99d92c0acf83ea618010e16 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Crane Federal Credit Union',});m_9300f7b7b99d92c0acf83ea618010e16['infowindow'] = new google.maps.InfoWindow({content: $l9300f7b7b99d92c0acf83ea618010e16});var infowindow = new google.maps.InfoWindow({content: $l9300f7b7b99d92c0acf83ea618010e16});google.maps.event.addListener(m_9300f7b7b99d92c0acf83ea618010e16, 'click', function() {infowindow.open(map,m_9300f7b7b99d92c0acf83ea618010e16);});$marker.push(m_9300f7b7b99d92c0acf83ea618010e16);}});}google.maps.event.addDomListener(window, 'load', initialize);