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.3135,-90.8796)};var g_204cdd99b6cd0135e660f37c572d5b0d = new google.maps.Geocoder();g_204cdd99b6cd0135e660f37c572d5b0d.geocode( { 'address': "3403 Pemberton Square Blvd D, Vicksburg, MS 39180, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('vicksburg-MS-world-finance').style.display = '';map = new google.maps.Map(document.getElementById('vicksburg-MS-world-finance'), mapOptions);}document.getElementById('0f50456c').innerHTML += ' | View Map';var $l204cdd99b6cd0135e660f37c572d5b0d = '

World Finance

Address: 3403 Pemberton Square Blvd D, Vicksburg, MS 39180, USA
Phone: (601) 883-0203
';var m_204cdd99b6cd0135e660f37c572d5b0d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'World Finance',});m_204cdd99b6cd0135e660f37c572d5b0d['infowindow'] = new google.maps.InfoWindow({content: $l204cdd99b6cd0135e660f37c572d5b0d});var infowindow = new google.maps.InfoWindow({content: $l204cdd99b6cd0135e660f37c572d5b0d});google.maps.event.addListener(m_204cdd99b6cd0135e660f37c572d5b0d, 'click', function() {infowindow.open(map,m_204cdd99b6cd0135e660f37c572d5b0d);});$marker.push(m_204cdd99b6cd0135e660f37c572d5b0d);}});}google.maps.event.addDomListener(window, 'load', initialize);