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(31.2536,-89.8354)};var g_8580f1b015ad113d3a6951cb207b2d81 = new google.maps.Geocoder();g_8580f1b015ad113d3a6951cb207b2d81.geocode( { 'address': "805 Main St, Columbia, MS 39429, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbia-MS-marion-finance-co').style.display = '';map = new google.maps.Map(document.getElementById('columbia-MS-marion-finance-co'), mapOptions);}document.getElementById('b68388bc').innerHTML += ' | View Map';var $l8580f1b015ad113d3a6951cb207b2d81 = '

Marion Finance Co

Address: 805 Main St, Columbia, MS 39429, USA
Phone: (601) 736-7366
';var m_8580f1b015ad113d3a6951cb207b2d81 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Marion Finance Co',});m_8580f1b015ad113d3a6951cb207b2d81['infowindow'] = new google.maps.InfoWindow({content: $l8580f1b015ad113d3a6951cb207b2d81});var infowindow = new google.maps.InfoWindow({content: $l8580f1b015ad113d3a6951cb207b2d81});google.maps.event.addListener(m_8580f1b015ad113d3a6951cb207b2d81, 'click', function() {infowindow.open(map,m_8580f1b015ad113d3a6951cb207b2d81);});$marker.push(m_8580f1b015ad113d3a6951cb207b2d81);}});}google.maps.event.addDomListener(window, 'load', initialize);