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.3345,-90.3243)};var g_b65ff6bd77d9b1bd396246cd2ff5eb20 = new google.maps.Geocoder();g_b65ff6bd77d9b1bd396246cd2ff5eb20.geocode( { 'address': "115 Highway 80 East, Clinton, MS 39056, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('clinton-MS-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('clinton-MS-world-finance'), mapOptions);}document.getElementById('88d59103').innerHTML += ' | View Map';var $lb65ff6bd77d9b1bd396246cd2ff5eb20 = '

World Finance

Address: 115 Highway 80 East, Clinton, MS 39056, USA
Phone: (601) 926-1811
';var m_b65ff6bd77d9b1bd396246cd2ff5eb20 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_b65ff6bd77d9b1bd396246cd2ff5eb20['infowindow'] = new google.maps.InfoWindow({content: $lb65ff6bd77d9b1bd396246cd2ff5eb20});var infowindow = new google.maps.InfoWindow({content: $lb65ff6bd77d9b1bd396246cd2ff5eb20});google.maps.event.addListener(m_b65ff6bd77d9b1bd396246cd2ff5eb20, 'click', function() {infowindow.open(map,m_b65ff6bd77d9b1bd396246cd2ff5eb20);});$marker.push(m_b65ff6bd77d9b1bd396246cd2ff5eb20);}});}google.maps.event.addDomListener(window, 'load', initialize);