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.7931,-115.556)};var g_0b606c5849811a2d8b92b8f4e6391fd7 = new google.maps.Geocoder();g_0b606c5849811a2d8b92b8f4e6391fd7.geocode( { 'address': "576 Main St, El Centro, CA 92243, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('el-centro-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('el-centro-CA-atm-union-bank'), mapOptions);}document.getElementById('dcfb1a11').innerHTML += ' | View Map';var $l0b606c5849811a2d8b92b8f4e6391fd7 = '

ATM (Union Bank)

Address: 576 Main St, El Centro, CA 92243, USA
Phone:
';var m_0b606c5849811a2d8b92b8f4e6391fd7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_0b606c5849811a2d8b92b8f4e6391fd7['infowindow'] = new google.maps.InfoWindow({content: $l0b606c5849811a2d8b92b8f4e6391fd7});var infowindow = new google.maps.InfoWindow({content: $l0b606c5849811a2d8b92b8f4e6391fd7});google.maps.event.addListener(m_0b606c5849811a2d8b92b8f4e6391fd7, 'click', function() {infowindow.open(map,m_0b606c5849811a2d8b92b8f4e6391fd7);});$marker.push(m_0b606c5849811a2d8b92b8f4e6391fd7);}});}google.maps.event.addDomListener(window, 'load', initialize);