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.7386,-117.822)};var g_715608d3dc19ce1d62266daee152ec19 = new google.maps.Geocoder();g_715608d3dc19ce1d62266daee152ec19.geocode( { 'address': "13891 Newport Ave #100, Tustin, CA 92780, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('tustin-CA-tustin-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('tustin-CA-tustin-community-bank'), mapOptions);}document.getElementById('6bc64f76').innerHTML += ' | View Map';var $l715608d3dc19ce1d62266daee152ec19 = '

Tustin Community Bank

Address: 13891 Newport Ave #100, Tustin, CA 92780, USA
Phone: (714) 730-5662
';var m_715608d3dc19ce1d62266daee152ec19 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Tustin Community Bank',});m_715608d3dc19ce1d62266daee152ec19['infowindow'] = new google.maps.InfoWindow({content: $l715608d3dc19ce1d62266daee152ec19});var infowindow = new google.maps.InfoWindow({content: $l715608d3dc19ce1d62266daee152ec19});google.maps.event.addListener(m_715608d3dc19ce1d62266daee152ec19, 'click', function() {infowindow.open(map,m_715608d3dc19ce1d62266daee152ec19);});$marker.push(m_715608d3dc19ce1d62266daee152ec19);}});}google.maps.event.addDomListener(window, 'load', initialize);