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.7139,-91.3676)};var g_7909136519d69f28efbace7b22ae9d4c = new google.maps.Geocoder();g_7909136519d69f28efbace7b22ae9d4c.geocode( { 'address': "1208 Mark Twain Ave, Hannibal, MO 63401, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('hannibal-MO-hometown-auto-credit').style.display = '';map = new google.maps.Map(document.getElementById('hannibal-MO-hometown-auto-credit'), mapOptions);}document.getElementById('3afa5d4a').innerHTML += ' | View Map';var $l7909136519d69f28efbace7b22ae9d4c = '

Hometown Auto Credit

Address: 1208 Mark Twain Ave, Hannibal, MO 63401, USA
Phone: (573) 221-2600
';var m_7909136519d69f28efbace7b22ae9d4c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Hometown Auto Credit',});m_7909136519d69f28efbace7b22ae9d4c['infowindow'] = new google.maps.InfoWindow({content: $l7909136519d69f28efbace7b22ae9d4c});var infowindow = new google.maps.InfoWindow({content: $l7909136519d69f28efbace7b22ae9d4c});google.maps.event.addListener(m_7909136519d69f28efbace7b22ae9d4c, 'click', function() {infowindow.open(map,m_7909136519d69f28efbace7b22ae9d4c);});$marker.push(m_7909136519d69f28efbace7b22ae9d4c);}});}google.maps.event.addDomListener(window, 'load', initialize);