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(39.7123,-91.4336)};var g_33752ce48817a21513ffa6da35b59298 = new google.maps.Geocoder();g_33752ce48817a21513ffa6da35b59298.geocode( { 'address': "109 Lindsey, Hannibal, MO 63401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hannibal-MO-united-community-credit-union').style.display = '';map = new google.maps.Map(document.getElementById('hannibal-MO-united-community-credit-union'), mapOptions);}document.getElementById('86c93e53').innerHTML += ' | View Map';var $l33752ce48817a21513ffa6da35b59298 = '

United Community Credit Union

Address: 109 Lindsey, Hannibal, MO 63401, USA
Phone: (573) 221-1245
';var m_33752ce48817a21513ffa6da35b59298 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'United Community Credit Union',});m_33752ce48817a21513ffa6da35b59298['infowindow'] = new google.maps.InfoWindow({content: $l33752ce48817a21513ffa6da35b59298});var infowindow = new google.maps.InfoWindow({content: $l33752ce48817a21513ffa6da35b59298});google.maps.event.addListener(m_33752ce48817a21513ffa6da35b59298, 'click', function() {infowindow.open(map,m_33752ce48817a21513ffa6da35b59298);});$marker.push(m_33752ce48817a21513ffa6da35b59298);}});}google.maps.event.addDomListener(window, 'load', initialize);