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(32.37,-88.6775)};var g_4bc946339e7e2883f301b396e313b8da = new google.maps.Geocoder();g_4bc946339e7e2883f301b396e313b8da.geocode( { 'address': "Meridian, MS 39301, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-total-finance-inc').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-total-finance-inc'), mapOptions);}document.getElementById('159760c9').innerHTML += ' | View Map';var $l4bc946339e7e2883f301b396e313b8da = '

Total Finance Inc

Address: Meridian, MS 39301, USA
Phone: (601) 485-5090
';var m_4bc946339e7e2883f301b396e313b8da = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Total Finance Inc',});m_4bc946339e7e2883f301b396e313b8da['infowindow'] = new google.maps.InfoWindow({content: $l4bc946339e7e2883f301b396e313b8da});var infowindow = new google.maps.InfoWindow({content: $l4bc946339e7e2883f301b396e313b8da});google.maps.event.addListener(m_4bc946339e7e2883f301b396e313b8da, 'click', function() {infowindow.open(map,m_4bc946339e7e2883f301b396e313b8da);});$marker.push(m_4bc946339e7e2883f301b396e313b8da);}});}google.maps.event.addDomListener(window, 'load', initialize);