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_61501c1f651da2774f8bb6bbec365d84 = new google.maps.Geocoder();g_61501c1f651da2774f8bb6bbec365d84.geocode( { 'address': "17700 Castleton St, City Of Industry, CA 91748"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('city-of-industry-CA-e-sun-bank').style.display = '';map = new google.maps.Map(document.getElementById('city-of-industry-CA-e-sun-bank'), mapOptions);}document.getElementById('65b153fd').innerHTML += ' | View Map';var $l61501c1f651da2774f8bb6bbec365d84 = '

E Sun Bank

Address: 17700 Castleton St, City Of Industry, CA 91748
Phone: (626) 810-2400
';var m_61501c1f651da2774f8bb6bbec365d84 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'E Sun Bank',});m_61501c1f651da2774f8bb6bbec365d84['infowindow'] = new google.maps.InfoWindow({content: $l61501c1f651da2774f8bb6bbec365d84});var infowindow = new google.maps.InfoWindow({content: $l61501c1f651da2774f8bb6bbec365d84});google.maps.event.addListener(m_61501c1f651da2774f8bb6bbec365d84, 'click', function() {infowindow.open(map,m_61501c1f651da2774f8bb6bbec365d84);});$marker.push(m_61501c1f651da2774f8bb6bbec365d84);}});}google.maps.event.addDomListener(window, 'load', initialize);