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(32.6687,-117.091)};var g_3cbf4f6dd6d5380dd86a38e96772b010 = new google.maps.Geocoder();g_3cbf4f6dd6d5380dd86a38e96772b010.geocode( { 'address': "1130 Plaza Blvd, National City, CA 91950"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('national-city-CA-chase-bank').style.display = '';map = new google.maps.Map(document.getElementById('national-city-CA-chase-bank'), mapOptions);}document.getElementById('c3189954').innerHTML += ' | View Map';var $l3cbf4f6dd6d5380dd86a38e96772b010 = '

Chase Bank

Address: 1130 Plaza Blvd, National City, CA 91950
Phone: (619) 474-2262
';var m_3cbf4f6dd6d5380dd86a38e96772b010 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank',});m_3cbf4f6dd6d5380dd86a38e96772b010['infowindow'] = new google.maps.InfoWindow({content: $l3cbf4f6dd6d5380dd86a38e96772b010});var infowindow = new google.maps.InfoWindow({content: $l3cbf4f6dd6d5380dd86a38e96772b010});google.maps.event.addListener(m_3cbf4f6dd6d5380dd86a38e96772b010, 'click', function() {infowindow.open(map,m_3cbf4f6dd6d5380dd86a38e96772b010);});$marker.push(m_3cbf4f6dd6d5380dd86a38e96772b010);}});}google.maps.event.addDomListener(window, 'load', initialize);