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.6975,-111.527)};var g_f7e4c237463a45563e949343b1340770 = new google.maps.Geocoder();g_f7e4c237463a45563e949343b1340770.geocode( { 'address': "1630 Shortline Rd, Park City, UT 84060"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('park-city-UT-grand-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('park-city-UT-grand-valley-bank'), mapOptions);}document.getElementById('6a50a660').innerHTML += ' | View Map';var $lf7e4c237463a45563e949343b1340770 = '

Grand Valley Bank

Address: 1630 Shortline Rd, Park City, UT 84060
Phone: (435) 615-2265
';var m_f7e4c237463a45563e949343b1340770 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand Valley Bank',});m_f7e4c237463a45563e949343b1340770['infowindow'] = new google.maps.InfoWindow({content: $lf7e4c237463a45563e949343b1340770});var infowindow = new google.maps.InfoWindow({content: $lf7e4c237463a45563e949343b1340770});google.maps.event.addListener(m_f7e4c237463a45563e949343b1340770, 'click', function() {infowindow.open(map,m_f7e4c237463a45563e949343b1340770);});$marker.push(m_f7e4c237463a45563e949343b1340770);}});}google.maps.event.addDomListener(window, 'load', initialize);