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.0194,-117.957)};var g_f454a7da12c2fbfc12dae505f59f304b = new google.maps.Geocoder();g_f454a7da12c2fbfc12dae505f59f304b.geocode( { 'address': "13200 Crossroads Pky N, City of Industry, CA 91746"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('city-of-industry-CA-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('city-of-industry-CA-comerica-bank'), mapOptions);}document.getElementById('56267c99').innerHTML += ' | View Map';var $lf454a7da12c2fbfc12dae505f59f304b = '

Comerica Bank

Address: 13200 Crossroads Pky N, City of Industry, CA 91746
Phone: (562) 463-6565
';var m_f454a7da12c2fbfc12dae505f59f304b = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_f454a7da12c2fbfc12dae505f59f304b['infowindow'] = new google.maps.InfoWindow({content: $lf454a7da12c2fbfc12dae505f59f304b});var infowindow = new google.maps.InfoWindow({content: $lf454a7da12c2fbfc12dae505f59f304b});google.maps.event.addListener(m_f454a7da12c2fbfc12dae505f59f304b, 'click', function() {infowindow.open(map,m_f454a7da12c2fbfc12dae505f59f304b);});$marker.push(m_f454a7da12c2fbfc12dae505f59f304b);}});}google.maps.event.addDomListener(window, 'load', initialize);