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.7166,-117.945)};var g_5baac95b5c0ff4419b1d6c71a71ed9a7 = new google.maps.Geocoder();g_5baac95b5c0ff4419b1d6c71a71ed9a7.geocode( { 'address': "18101 Magnolia St, Fountain Valley, CA 92708"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('fountain-valley-CA-independence-bank').style.display = '';map = new google.maps.Map(document.getElementById('fountain-valley-CA-independence-bank'), mapOptions);}document.getElementById('71a67d0c').innerHTML += ' | View Map';var $l5baac95b5c0ff4419b1d6c71a71ed9a7 = '

Independence Bank

Address: 18101 Magnolia St, Fountain Valley, CA 92708
Phone: (714) 500-3421
';var m_5baac95b5c0ff4419b1d6c71a71ed9a7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Independence Bank',});m_5baac95b5c0ff4419b1d6c71a71ed9a7['infowindow'] = new google.maps.InfoWindow({content: $l5baac95b5c0ff4419b1d6c71a71ed9a7});var infowindow = new google.maps.InfoWindow({content: $l5baac95b5c0ff4419b1d6c71a71ed9a7});google.maps.event.addListener(m_5baac95b5c0ff4419b1d6c71a71ed9a7, 'click', function() {infowindow.open(map,m_5baac95b5c0ff4419b1d6c71a71ed9a7);});$marker.push(m_5baac95b5c0ff4419b1d6c71a71ed9a7);}});}google.maps.event.addDomListener(window, 'load', initialize);