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.6103,-114.597)};var g_3983e1512aa570c564fab522bdb3efa5 = new google.maps.Geocoder();g_3983e1512aa570c564fab522bdb3efa5.geocode( { 'address': "100 W Hobsonway, Blythe, CA 92225, USA"}, 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('4c4425ad').innerHTML += ' | View Map';var $l3983e1512aa570c564fab522bdb3efa5 = '

Union Bank

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