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.6154,-88.4191)};var g_f51db9cd7699563f9da3288da9aa07b3 = new google.maps.Geocoder();g_f51db9cd7699563f9da3288da9aa07b3.geocode( { 'address': "2401 N Hwy 45 Frontage Rd C, Columbus, MS 39705, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('columbus-MS-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('columbus-MS-world-finance'), mapOptions);}document.getElementById('707d7d69').innerHTML += ' | View Map';var $lf51db9cd7699563f9da3288da9aa07b3 = '

World Finance

Address: 2401 N Hwy 45 Frontage Rd C, Columbus, MS 39705, USA
Phone: (662) 245-1550
';var m_f51db9cd7699563f9da3288da9aa07b3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_f51db9cd7699563f9da3288da9aa07b3['infowindow'] = new google.maps.InfoWindow({content: $lf51db9cd7699563f9da3288da9aa07b3});var infowindow = new google.maps.InfoWindow({content: $lf51db9cd7699563f9da3288da9aa07b3});google.maps.event.addListener(m_f51db9cd7699563f9da3288da9aa07b3, 'click', function() {infowindow.open(map,m_f51db9cd7699563f9da3288da9aa07b3);});$marker.push(m_f51db9cd7699563f9da3288da9aa07b3);}});}google.maps.event.addDomListener(window, 'load', initialize);