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.5732,-122.321)};var g_0a716fe8c7745e51a3185fc8be6ca23a = new google.maps.Geocoder();g_0a716fe8c7745e51a3185fc8be6ca23a.geocode( { 'address': "444 S El Camino Real, San Mateo, CA 94402"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-mateo-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-mateo-CA-comerica-bank'), mapOptions);}document.getElementById('84d32d42').innerHTML += ' | View Map';var $l0a716fe8c7745e51a3185fc8be6ca23a = '

Comerica Bank

Address: 444 S El Camino Real, San Mateo, CA 94402
Phone: (800) 888-3595
';var m_0a716fe8c7745e51a3185fc8be6ca23a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_0a716fe8c7745e51a3185fc8be6ca23a['infowindow'] = new google.maps.InfoWindow({content: $l0a716fe8c7745e51a3185fc8be6ca23a});var infowindow = new google.maps.InfoWindow({content: $l0a716fe8c7745e51a3185fc8be6ca23a});google.maps.event.addListener(m_0a716fe8c7745e51a3185fc8be6ca23a, 'click', function() {infowindow.open(map,m_0a716fe8c7745e51a3185fc8be6ca23a);});$marker.push(m_0a716fe8c7745e51a3185fc8be6ca23a);}});}google.maps.event.addDomListener(window, 'load', initialize);