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(34.9136,-88.504)};var g_0a558d4599812ec05864735715691c48 = new google.maps.Geocoder();g_0a558d4599812ec05864735715691c48.geocode( { 'address': "1675 Virginia Ln, Corinth, MS 38834, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('corinth-MS-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('corinth-MS-republic-finance'), mapOptions);}document.getElementById('4d21a988').innerHTML += ' | View Map';var $l0a558d4599812ec05864735715691c48 = '

Republic Finance

Address: 1675 Virginia Ln, Corinth, MS 38834, USA
Phone: (662) 284-4948
';var m_0a558d4599812ec05864735715691c48 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_0a558d4599812ec05864735715691c48['infowindow'] = new google.maps.InfoWindow({content: $l0a558d4599812ec05864735715691c48});var infowindow = new google.maps.InfoWindow({content: $l0a558d4599812ec05864735715691c48});google.maps.event.addListener(m_0a558d4599812ec05864735715691c48, 'click', function() {infowindow.open(map,m_0a558d4599812ec05864735715691c48);});$marker.push(m_0a558d4599812ec05864735715691c48);}});}google.maps.event.addDomListener(window, 'load', initialize);