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.0534,-94.5242)};var g_0968ebf8c18b0764eb20f3b3fbc66579 = new google.maps.Geocoder();g_0968ebf8c18b0764eb20f3b3fbc66579.geocode( { 'address': "217 N Connecticut St, King City, MO 64463, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('king-city-MO-greater-iowa-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('king-city-MO-greater-iowa-credit-union'), mapOptions);}document.getElementById('f0629c09').innerHTML += ' | View Map';var $l0968ebf8c18b0764eb20f3b3fbc66579 = '

Greater Iowa Credit Union

Address: 217 N Connecticut St, King City, MO 64463, USA
Phone: (660) 535-4472
';var m_0968ebf8c18b0764eb20f3b3fbc66579 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Greater Iowa Credit Union',});m_0968ebf8c18b0764eb20f3b3fbc66579['infowindow'] = new google.maps.InfoWindow({content: $l0968ebf8c18b0764eb20f3b3fbc66579});var infowindow = new google.maps.InfoWindow({content: $l0968ebf8c18b0764eb20f3b3fbc66579});google.maps.event.addListener(m_0968ebf8c18b0764eb20f3b3fbc66579, 'click', function() {infowindow.open(map,m_0968ebf8c18b0764eb20f3b3fbc66579);});$marker.push(m_0968ebf8c18b0764eb20f3b3fbc66579);}});}google.maps.event.addDomListener(window, 'load', initialize);