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.3729,-88.6962)};var g_faec0cb100a9ffeb3f958941a372f805 = new google.maps.Geocoder();g_faec0cb100a9ffeb3f958941a372f805.geocode( { 'address': "1122 22nd Ave, Meridian, MS 39301"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('meridian-MS-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('meridian-MS-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('20af5d09').innerHTML += ' | View Map';var $lfaec0cb100a9ffeb3f958941a372f805 = '

Merrill Lynch Wealth Management

Address: 1122 22nd Ave, Meridian, MS 39301
Phone: (601) 485-1650
';var m_faec0cb100a9ffeb3f958941a372f805 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_faec0cb100a9ffeb3f958941a372f805['infowindow'] = new google.maps.InfoWindow({content: $lfaec0cb100a9ffeb3f958941a372f805});var infowindow = new google.maps.InfoWindow({content: $lfaec0cb100a9ffeb3f958941a372f805});google.maps.event.addListener(m_faec0cb100a9ffeb3f958941a372f805, 'click', function() {infowindow.open(map,m_faec0cb100a9ffeb3f958941a372f805);});$marker.push(m_faec0cb100a9ffeb3f958941a372f805);}});}google.maps.event.addDomListener(window, 'load', initialize);