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(33.0654,-89.5782)};var g_0ad68c3c92a171334f4137d14787da3b = new google.maps.Geocoder();g_0ad68c3c92a171334f4137d14787da3b.geocode( { 'address': "59 Veterans Memorial Dr, Kosciusko, MS 39090, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('kosciusko-MS-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('kosciusko-MS-republic-finance'), mapOptions);}document.getElementById('b040f4d6').innerHTML += ' | View Map';var $l0ad68c3c92a171334f4137d14787da3b = '

Republic Finance

Address: 59 Veterans Memorial Dr, Kosciusko, MS 39090, USA
Phone: (662) 289-4511
';var m_0ad68c3c92a171334f4137d14787da3b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_0ad68c3c92a171334f4137d14787da3b['infowindow'] = new google.maps.InfoWindow({content: $l0ad68c3c92a171334f4137d14787da3b});var infowindow = new google.maps.InfoWindow({content: $l0ad68c3c92a171334f4137d14787da3b});google.maps.event.addListener(m_0ad68c3c92a171334f4137d14787da3b, 'click', function() {infowindow.open(map,m_0ad68c3c92a171334f4137d14787da3b);});$marker.push(m_0ad68c3c92a171334f4137d14787da3b);}});}google.maps.event.addDomListener(window, 'load', initialize);