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(33.7738,-118.186)};var g_002f24d5ec532235bcb2dce9058b5f37 = new google.maps.Geocoder();g_002f24d5ec532235bcb2dce9058b5f37.geocode( { 'address': "4501 E Pacific Coast Hwy, Long Beach, CA 90804"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('long-beach-CA-western-financial-savings-bank').style.display = '';map = new google.maps.Map(document.getElementById('long-beach-CA-western-financial-savings-bank'), mapOptions);}document.getElementById('96198b71').innerHTML += ' | View Map';var $l002f24d5ec532235bcb2dce9058b5f37 = '

Western Financial Savings Bank

Address: 4501 E Pacific Coast Hwy, Long Beach, CA 90804
Phone: (714) 761-0573
';var m_002f24d5ec532235bcb2dce9058b5f37 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Western Financial Savings Bank',});m_002f24d5ec532235bcb2dce9058b5f37['infowindow'] = new google.maps.InfoWindow({content: $l002f24d5ec532235bcb2dce9058b5f37});var infowindow = new google.maps.InfoWindow({content: $l002f24d5ec532235bcb2dce9058b5f37});google.maps.event.addListener(m_002f24d5ec532235bcb2dce9058b5f37, 'click', function() {infowindow.open(map,m_002f24d5ec532235bcb2dce9058b5f37);});$marker.push(m_002f24d5ec532235bcb2dce9058b5f37);}});}google.maps.event.addDomListener(window, 'load', initialize);