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.5415,-91.4028)};var g_7b22fc5c901cf90a237ccb325efbb452 = new google.maps.Geocoder();g_7b22fc5c901cf90a237ccb325efbb452.geocode( { 'address': "352 John R Junkin Dr, Natchez, MS 39120, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('natchez-MS-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('natchez-MS-republic-finance'), mapOptions);}document.getElementById('2d3d8437').innerHTML += ' | View Map';var $l7b22fc5c901cf90a237ccb325efbb452 = '

Republic Finance

Address: 352 John R Junkin Dr, Natchez, MS 39120, USA
Phone: (601) 442-8838
';var m_7b22fc5c901cf90a237ccb325efbb452 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_7b22fc5c901cf90a237ccb325efbb452['infowindow'] = new google.maps.InfoWindow({content: $l7b22fc5c901cf90a237ccb325efbb452});var infowindow = new google.maps.InfoWindow({content: $l7b22fc5c901cf90a237ccb325efbb452});google.maps.event.addListener(m_7b22fc5c901cf90a237ccb325efbb452, 'click', function() {infowindow.open(map,m_7b22fc5c901cf90a237ccb325efbb452);});$marker.push(m_7b22fc5c901cf90a237ccb325efbb452);}});}google.maps.event.addDomListener(window, 'load', initialize);