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(33.1234,-117.303)};var g_227bf180c11a736e50cf8cde600b4176 = new google.maps.Geocoder();g_227bf180c11a736e50cf8cde600b4176.geocode( { 'address': "1000 Aviara Pkwy #104, Carlsbad, CA 92009, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('carlsbad-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('carlsbad-CA-comerica-bank'), mapOptions);}document.getElementById('1d5307b6').innerHTML += ' | View Map';var $l227bf180c11a736e50cf8cde600b4176 = '

Comerica Bank

Address: 1000 Aviara Pkwy #104, Carlsbad, CA 92009, USA
Phone: (760) 268-1600
';var m_227bf180c11a736e50cf8cde600b4176 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_227bf180c11a736e50cf8cde600b4176['infowindow'] = new google.maps.InfoWindow({content: $l227bf180c11a736e50cf8cde600b4176});var infowindow = new google.maps.InfoWindow({content: $l227bf180c11a736e50cf8cde600b4176});google.maps.event.addListener(m_227bf180c11a736e50cf8cde600b4176, 'click', function() {infowindow.open(map,m_227bf180c11a736e50cf8cde600b4176);});$marker.push(m_227bf180c11a736e50cf8cde600b4176);}});}google.maps.event.addDomListener(window, 'load', initialize);