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.4003,-90.1369)};var g_20c2353f84c70aee669d3af094e1f056 = new google.maps.Geocoder();g_20c2353f84c70aee669d3af094e1f056.geocode( { 'address': "1060 E County Line Rd #20, Ridgeland, MS 39157, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('ridgeland-MS-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('ridgeland-MS-world-finance'), mapOptions);}document.getElementById('3f22517c').innerHTML += ' | View Map';var $l20c2353f84c70aee669d3af094e1f056 = '

World Finance

Address: 1060 E County Line Rd #20, Ridgeland, MS 39157, USA
Phone: (601) 206-9559
';var m_20c2353f84c70aee669d3af094e1f056 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_20c2353f84c70aee669d3af094e1f056['infowindow'] = new google.maps.InfoWindow({content: $l20c2353f84c70aee669d3af094e1f056});var infowindow = new google.maps.InfoWindow({content: $l20c2353f84c70aee669d3af094e1f056});google.maps.event.addListener(m_20c2353f84c70aee669d3af094e1f056, 'click', function() {infowindow.open(map,m_20c2353f84c70aee669d3af094e1f056);});$marker.push(m_20c2353f84c70aee669d3af094e1f056);}});}google.maps.event.addDomListener(window, 'load', initialize);