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.3666,-93.7659)};var g_01256df1af85c6c0a6aecaf18cbce873 = new google.maps.Geocoder();g_01256df1af85c6c0a6aecaf18cbce873.geocode( { 'address': "701 E Ohio St, Clinton, MO 64735, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MO-greater-iowa-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MO-greater-iowa-credit-union'), mapOptions);}document.getElementById('93e3dcaf').innerHTML += ' | View Map';var $l01256df1af85c6c0a6aecaf18cbce873 = '

Greater Iowa Credit Union

Address: 701 E Ohio St, Clinton, MO 64735, USA
Phone: (660) 885-3810
';var m_01256df1af85c6c0a6aecaf18cbce873 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Iowa Credit Union',});m_01256df1af85c6c0a6aecaf18cbce873['infowindow'] = new google.maps.InfoWindow({content: $l01256df1af85c6c0a6aecaf18cbce873});var infowindow = new google.maps.InfoWindow({content: $l01256df1af85c6c0a6aecaf18cbce873});google.maps.event.addListener(m_01256df1af85c6c0a6aecaf18cbce873, 'click', function() {infowindow.open(map,m_01256df1af85c6c0a6aecaf18cbce873);});$marker.push(m_01256df1af85c6c0a6aecaf18cbce873);}});}google.maps.event.addDomListener(window, 'load', initialize);