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(40.6235,-91.3701)};var g_99af7c40091a3325b24d7e451316aa9f = new google.maps.Geocoder();g_99af7c40091a3325b24d7e451316aa9f.geocode( { 'address': "4580, 4502 Avenue O, Fort Madison, IA 52627, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fort-madison-IA-casebine-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('fort-madison-IA-casebine-credit-union'), mapOptions);}document.getElementById('22d28946').innerHTML += ' | View Map';var $l99af7c40091a3325b24d7e451316aa9f = '

Casebine Credit Union

Address: 4580, 4502 Avenue O, Fort Madison, IA 52627, USA
Phone:
';var m_99af7c40091a3325b24d7e451316aa9f = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Casebine Credit Union',});m_99af7c40091a3325b24d7e451316aa9f['infowindow'] = new google.maps.InfoWindow({content: $l99af7c40091a3325b24d7e451316aa9f});var infowindow = new google.maps.InfoWindow({content: $l99af7c40091a3325b24d7e451316aa9f});google.maps.event.addListener(m_99af7c40091a3325b24d7e451316aa9f, 'click', function() {infowindow.open(map,m_99af7c40091a3325b24d7e451316aa9f);});$marker.push(m_99af7c40091a3325b24d7e451316aa9f);}});}google.maps.event.addDomListener(window, 'load', initialize);