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.0899,-118.13)};var g_4ca60def968ed4ac5bbfb25f61ee7deb = new google.maps.Geocoder();g_4ca60def968ed4ac5bbfb25f61ee7deb.geocode( { 'address': "407 W Valley Blvd, Alhambra, CA 91803"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('alhambra-CA-first-choice-bank').style.display = '';map = new google.maps.Map(document.getElementById('alhambra-CA-first-choice-bank'), mapOptions);}document.getElementById('96772768').innerHTML += ' | View Map';var $l4ca60def968ed4ac5bbfb25f61ee7deb = '

First Choice Bank

Address: 407 W Valley Blvd, Alhambra, CA 91803
Phone: (626) 300-8987
';var m_4ca60def968ed4ac5bbfb25f61ee7deb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Choice Bank',});m_4ca60def968ed4ac5bbfb25f61ee7deb['infowindow'] = new google.maps.InfoWindow({content: $l4ca60def968ed4ac5bbfb25f61ee7deb});var infowindow = new google.maps.InfoWindow({content: $l4ca60def968ed4ac5bbfb25f61ee7deb});google.maps.event.addListener(m_4ca60def968ed4ac5bbfb25f61ee7deb, 'click', function() {infowindow.open(map,m_4ca60def968ed4ac5bbfb25f61ee7deb);});$marker.push(m_4ca60def968ed4ac5bbfb25f61ee7deb);}});}google.maps.event.addDomListener(window, 'load', initialize);