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.7806,-122.216)};var g_3b353d4a72221b88533237b5e369f017 = new google.maps.Geocoder();g_3b353d4a72221b88533237b5e369f017.geocode( { 'address': "1212 Broadway, Oakland, CA 94612"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('oakland-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('oakland-CA-comerica-bank'), mapOptions);}document.getElementById('3d899183').innerHTML += ' | View Map';var $l3b353d4a72221b88533237b5e369f017 = '

Comerica Bank

Address: 1212 Broadway, Oakland, CA 94612
Phone: (510) 251-8370
';var m_3b353d4a72221b88533237b5e369f017 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_3b353d4a72221b88533237b5e369f017['infowindow'] = new google.maps.InfoWindow({content: $l3b353d4a72221b88533237b5e369f017});var infowindow = new google.maps.InfoWindow({content: $l3b353d4a72221b88533237b5e369f017});google.maps.event.addListener(m_3b353d4a72221b88533237b5e369f017, 'click', function() {infowindow.open(map,m_3b353d4a72221b88533237b5e369f017);});$marker.push(m_3b353d4a72221b88533237b5e369f017);}});}google.maps.event.addDomListener(window, 'load', initialize);