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.1126,-118.09)};var g_ea6b2efbdd4255a9f1b3bbc6399b58f4 = new google.maps.Geocoder();g_ea6b2efbdd4255a9f1b3bbc6399b58f4.geocode( { 'address': "1008 E Las Tunas Dr, San Gabriel, CA 91776"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('san-gabriel-CA-american-continental-bank').style.display = '';map = new google.maps.Map(document.getElementById('san-gabriel-CA-american-continental-bank'), mapOptions);}document.getElementById('fd84f206').innerHTML += ' | View Map';var $lea6b2efbdd4255a9f1b3bbc6399b58f4 = '

American Continental Bank

Address: 1008 E Las Tunas Dr, San Gabriel, CA 91776
Phone: (626) 248-3663
';var m_ea6b2efbdd4255a9f1b3bbc6399b58f4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'American Continental Bank',});m_ea6b2efbdd4255a9f1b3bbc6399b58f4['infowindow'] = new google.maps.InfoWindow({content: $lea6b2efbdd4255a9f1b3bbc6399b58f4});var infowindow = new google.maps.InfoWindow({content: $lea6b2efbdd4255a9f1b3bbc6399b58f4});google.maps.event.addListener(m_ea6b2efbdd4255a9f1b3bbc6399b58f4, 'click', function() {infowindow.open(map,m_ea6b2efbdd4255a9f1b3bbc6399b58f4);});$marker.push(m_ea6b2efbdd4255a9f1b3bbc6399b58f4);}});}google.maps.event.addDomListener(window, 'load', initialize);