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.6094,-114.615)};var g_2dcbd0fd99343ff41ff612c0cca376e0 = new google.maps.Geocoder();g_2dcbd0fd99343ff41ff612c0cca376e0.geocode( { 'address': "100 W Hobsonway, Blythe, CA 92225"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('blythe-CA-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('blythe-CA-union-bank'), mapOptions);}document.getElementById('b35fbc4d').innerHTML += ' | View Map';var $l2dcbd0fd99343ff41ff612c0cca376e0 = '

Union Bank

Address: 100 W Hobsonway, Blythe, CA 92225
Phone: (760) 922-3174
';var m_2dcbd0fd99343ff41ff612c0cca376e0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Union Bank',});m_2dcbd0fd99343ff41ff612c0cca376e0['infowindow'] = new google.maps.InfoWindow({content: $l2dcbd0fd99343ff41ff612c0cca376e0});var infowindow = new google.maps.InfoWindow({content: $l2dcbd0fd99343ff41ff612c0cca376e0});google.maps.event.addListener(m_2dcbd0fd99343ff41ff612c0cca376e0, 'click', function() {infowindow.open(map,m_2dcbd0fd99343ff41ff612c0cca376e0);});$marker.push(m_2dcbd0fd99343ff41ff612c0cca376e0);}});}google.maps.event.addDomListener(window, 'load', initialize);