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(38.4019,-82.4356)};var g_bbc12a3a98d8487f58a87d3a3070516e = new google.maps.Geocoder();g_bbc12a3a98d8487f58a87d3a3070516e.geocode( { 'address': "1117 3rd Ave, Huntington, WV 25701"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('huntington-WV-merrill-lynch-wealth-management').style.display = '';map = new google.maps.Map(document.getElementById('huntington-WV-merrill-lynch-wealth-management'), mapOptions);}document.getElementById('794d67c2').innerHTML += ' | View Map';var $lbbc12a3a98d8487f58a87d3a3070516e = '

Merrill Lynch Wealth Management

Address: 1117 3rd Ave, Huntington, WV 25701
Phone: (304) 522-9312
';var m_bbc12a3a98d8487f58a87d3a3070516e = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch Wealth Management',});m_bbc12a3a98d8487f58a87d3a3070516e['infowindow'] = new google.maps.InfoWindow({content: $lbbc12a3a98d8487f58a87d3a3070516e});var infowindow = new google.maps.InfoWindow({content: $lbbc12a3a98d8487f58a87d3a3070516e});google.maps.event.addListener(m_bbc12a3a98d8487f58a87d3a3070516e, 'click', function() {infowindow.open(map,m_bbc12a3a98d8487f58a87d3a3070516e);});$marker.push(m_bbc12a3a98d8487f58a87d3a3070516e);}});}google.maps.event.addDomListener(window, 'load', initialize);