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(31.8741,-89.7327)};var g_30242cff0f775d3e3bb483f48e6849a8 = new google.maps.Geocoder();g_30242cff0f775d3e3bb483f48e6849a8.geocode( { 'address': "124 Main Ave N, Magee, MS 39111, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('magee-MS-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('magee-MS-world-finance'), mapOptions);}document.getElementById('b6da6cb2').innerHTML += ' | View Map';var $l30242cff0f775d3e3bb483f48e6849a8 = '

World Finance

Address: 124 Main Ave N, Magee, MS 39111, USA
Phone: (601) 849-1999
';var m_30242cff0f775d3e3bb483f48e6849a8 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_30242cff0f775d3e3bb483f48e6849a8['infowindow'] = new google.maps.InfoWindow({content: $l30242cff0f775d3e3bb483f48e6849a8});var infowindow = new google.maps.InfoWindow({content: $l30242cff0f775d3e3bb483f48e6849a8});google.maps.event.addListener(m_30242cff0f775d3e3bb483f48e6849a8, 'click', function() {infowindow.open(map,m_30242cff0f775d3e3bb483f48e6849a8);});$marker.push(m_30242cff0f775d3e3bb483f48e6849a8);}});}google.maps.event.addDomListener(window, 'load', initialize);