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(39.5992,-110.798)};var g_eeeecc2545427f7299713959d92a483c = new google.maps.Geocoder();g_eeeecc2545427f7299713959d92a483c.geocode( { 'address': "690 E Main St, Price, UT 84501, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('price-UT-atm-key-bank').style.display = '';map = new google.maps.Map(document.getElementById('price-UT-atm-key-bank'), mapOptions);}document.getElementById('b542b461').innerHTML += ' | View Map';var $leeeecc2545427f7299713959d92a483c = '

ATM (Key Bank)

Address: 690 E Main St, Price, UT 84501, USA
Phone:
';var m_eeeecc2545427f7299713959d92a483c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'ATM (Key Bank)',});m_eeeecc2545427f7299713959d92a483c['infowindow'] = new google.maps.InfoWindow({content: $leeeecc2545427f7299713959d92a483c});var infowindow = new google.maps.InfoWindow({content: $leeeecc2545427f7299713959d92a483c});google.maps.event.addListener(m_eeeecc2545427f7299713959d92a483c, 'click', function() {infowindow.open(map,m_eeeecc2545427f7299713959d92a483c);});$marker.push(m_eeeecc2545427f7299713959d92a483c);}});}google.maps.event.addDomListener(window, 'load', initialize);