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(29.028,-81.3258)};var g_f28dc7008533c025bedbdc88b3640ae9 = new google.maps.Geocoder();g_f28dc7008533c025bedbdc88b3640ae9.geocode( { 'address': "125 E Indiana Ave, Deland, FL 32724"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('deland-FL-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('deland-FL-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('8864e53b').innerHTML += ' | View Map';var $lf28dc7008533c025bedbdc88b3640ae9 = '

Merrill Lynch Wealth Management

Address: 125 E Indiana Ave, Deland, FL 32724
Phone: (386) 943-8558
';var m_f28dc7008533c025bedbdc88b3640ae9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_f28dc7008533c025bedbdc88b3640ae9['infowindow'] = new google.maps.InfoWindow({content: $lf28dc7008533c025bedbdc88b3640ae9});var infowindow = new google.maps.InfoWindow({content: $lf28dc7008533c025bedbdc88b3640ae9});google.maps.event.addListener(m_f28dc7008533c025bedbdc88b3640ae9, 'click', function() {infowindow.open(map,m_f28dc7008533c025bedbdc88b3640ae9);});$marker.push(m_f28dc7008533c025bedbdc88b3640ae9);}});}google.maps.event.addDomListener(window, 'load', initialize);