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.4942,-89.0335)};var g_8f0579982ce04e7437d8375776b3098d = new google.maps.Geocoder();g_8f0579982ce04e7437d8375776b3098d.geocode( { 'address': "136 Chrystal Plaza Dr, Crystal Plaza, New Albany, MS 38652, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('new-albany-MS-republic-finance').style.display = '';map = new google.maps.Map(document.getElementById('new-albany-MS-republic-finance'), mapOptions);}document.getElementById('024f7b66').innerHTML += ' | View Map';var $l8f0579982ce04e7437d8375776b3098d = '

Republic Finance

Address: 136 Chrystal Plaza Dr, Crystal Plaza, New Albany, MS 38652, USA
Phone: (662) 534-7661
';var m_8f0579982ce04e7437d8375776b3098d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Republic Finance',});m_8f0579982ce04e7437d8375776b3098d['infowindow'] = new google.maps.InfoWindow({content: $l8f0579982ce04e7437d8375776b3098d});var infowindow = new google.maps.InfoWindow({content: $l8f0579982ce04e7437d8375776b3098d});google.maps.event.addListener(m_8f0579982ce04e7437d8375776b3098d, 'click', function() {infowindow.open(map,m_8f0579982ce04e7437d8375776b3098d);});$marker.push(m_8f0579982ce04e7437d8375776b3098d);}});}google.maps.event.addDomListener(window, 'load', initialize);