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(40.8622,-111.897)};var g_79a0a6c8d755129d22a55ad9342b54fd = new google.maps.Geocoder();g_79a0a6c8d755129d22a55ad9342b54fd.geocode( { 'address': "2576 S Hwy 89, Woods Cross, UT 84010, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('woods-cross-UT-chase-atm').style.display = '';map = new google.maps.Map(document.getElementById('woods-cross-UT-chase-atm'), mapOptions);}document.getElementById('fc638b75').innerHTML += ' | View Map';var $l79a0a6c8d755129d22a55ad9342b54fd = '

Chase ATM

Address: 2576 S Hwy 89, Woods Cross, UT 84010, USA
Phone: (800) 935-9935
';var m_79a0a6c8d755129d22a55ad9342b54fd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase ATM',});m_79a0a6c8d755129d22a55ad9342b54fd['infowindow'] = new google.maps.InfoWindow({content: $l79a0a6c8d755129d22a55ad9342b54fd});var infowindow = new google.maps.InfoWindow({content: $l79a0a6c8d755129d22a55ad9342b54fd});google.maps.event.addListener(m_79a0a6c8d755129d22a55ad9342b54fd, 'click', function() {infowindow.open(map,m_79a0a6c8d755129d22a55ad9342b54fd);});$marker.push(m_79a0a6c8d755129d22a55ad9342b54fd);}});}google.maps.event.addDomListener(window, 'load', initialize);