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(34.1376,-118.024)};var g_3642b10fd60230badaed28982a973fd7 = new google.maps.Geocoder();g_3642b10fd60230badaed28982a973fd7.geocode( { 'address': "801 W Huntington Dr, Arcadia, CA 91007"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('arcadia-CA-merrill-lynch').style.display = '';map = new google.maps.Map(document.getElementById('arcadia-CA-merrill-lynch'), mapOptions);}document.getElementById('0a22c310').innerHTML += ' | View Map';var $l3642b10fd60230badaed28982a973fd7 = '

Merrill Lynch

Address: 801 W Huntington Dr, Arcadia, CA 91007
Phone: (626) 898-1000
';var m_3642b10fd60230badaed28982a973fd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Merrill Lynch',});m_3642b10fd60230badaed28982a973fd7['infowindow'] = new google.maps.InfoWindow({content: $l3642b10fd60230badaed28982a973fd7});var infowindow = new google.maps.InfoWindow({content: $l3642b10fd60230badaed28982a973fd7});google.maps.event.addListener(m_3642b10fd60230badaed28982a973fd7, 'click', function() {infowindow.open(map,m_3642b10fd60230badaed28982a973fd7);});$marker.push(m_3642b10fd60230badaed28982a973fd7);}});}google.maps.event.addDomListener(window, 'load', initialize);