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(36.1398,-120.362)};var g_8701bbd7e9f02f47bd7cfa66dc0f211c = new google.maps.Geocoder();g_8701bbd7e9f02f47bd7cfa66dc0f211c.geocode( { 'address': "190 W Durian Ave, Coalinga, CA 93210, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('coalinga-CA-atm-union-bank').style.display = '';map = new google.maps.Map(document.getElementById('coalinga-CA-atm-union-bank'), mapOptions);}document.getElementById('048c967b').innerHTML += ' | View Map';var $l8701bbd7e9f02f47bd7cfa66dc0f211c = '

ATM (Union Bank)

Address: 190 W Durian Ave, Coalinga, CA 93210, USA
Phone:
';var m_8701bbd7e9f02f47bd7cfa66dc0f211c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Union Bank)',});m_8701bbd7e9f02f47bd7cfa66dc0f211c['infowindow'] = new google.maps.InfoWindow({content: $l8701bbd7e9f02f47bd7cfa66dc0f211c});var infowindow = new google.maps.InfoWindow({content: $l8701bbd7e9f02f47bd7cfa66dc0f211c});google.maps.event.addListener(m_8701bbd7e9f02f47bd7cfa66dc0f211c, 'click', function() {infowindow.open(map,m_8701bbd7e9f02f47bd7cfa66dc0f211c);});$marker.push(m_8701bbd7e9f02f47bd7cfa66dc0f211c);}});}google.maps.event.addDomListener(window, 'load', initialize);