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(37.6,-122.4)};var g_179762314bd6cebdd0921b95725eabe3 = new google.maps.Geocoder();g_179762314bd6cebdd0921b95725eabe3.geocode( { 'address': "49 El Camino Real, Millbrae, CA 94030"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('millbrae-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('millbrae-CA-comerica-bank'), mapOptions);}document.getElementById('47af09fa').innerHTML += ' | View Map';var $l179762314bd6cebdd0921b95725eabe3 = '

Comerica Bank

Address: 49 El Camino Real, Millbrae, CA 94030
Phone: (650) 697-6951
';var m_179762314bd6cebdd0921b95725eabe3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_179762314bd6cebdd0921b95725eabe3['infowindow'] = new google.maps.InfoWindow({content: $l179762314bd6cebdd0921b95725eabe3});var infowindow = new google.maps.InfoWindow({content: $l179762314bd6cebdd0921b95725eabe3});google.maps.event.addListener(m_179762314bd6cebdd0921b95725eabe3, 'click', function() {infowindow.open(map,m_179762314bd6cebdd0921b95725eabe3);});$marker.push(m_179762314bd6cebdd0921b95725eabe3);}});}google.maps.event.addDomListener(window, 'load', initialize);