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(32.9885,-115.522)};var g_dbd18fe1f4137d8e0a0cfb72376985ef = new google.maps.Geocoder();g_dbd18fe1f4137d8e0a0cfb72376985ef.geocode( { 'address': "310 Main St, Brawley, CA 92227"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('brawley-CA-community-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('brawley-CA-community-valley-bank'), mapOptions);}document.getElementById('acee16dc').innerHTML += ' | View Map';var $ldbd18fe1f4137d8e0a0cfb72376985ef = '

Community Valley Bank

Address: 310 Main St, Brawley, CA 92227
Phone: (760) 344-7771
';var m_dbd18fe1f4137d8e0a0cfb72376985ef = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Community Valley Bank',});m_dbd18fe1f4137d8e0a0cfb72376985ef['infowindow'] = new google.maps.InfoWindow({content: $ldbd18fe1f4137d8e0a0cfb72376985ef});var infowindow = new google.maps.InfoWindow({content: $ldbd18fe1f4137d8e0a0cfb72376985ef});google.maps.event.addListener(m_dbd18fe1f4137d8e0a0cfb72376985ef, 'click', function() {infowindow.open(map,m_dbd18fe1f4137d8e0a0cfb72376985ef);});$marker.push(m_dbd18fe1f4137d8e0a0cfb72376985ef);}});}google.maps.event.addDomListener(window, 'load', initialize);