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.5074,-111.414)};var g_48e3064f5546c4f53468ff13a5a3f4d9 = new google.maps.Geocoder();g_48e3064f5546c4f53468ff13a5a3f4d9.geocode( { 'address': "2 S Main St, Heber City, UT 84032, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('heber-city-UT-grand-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('heber-city-UT-grand-valley-bank'), mapOptions);}document.getElementById('847f3220').innerHTML += ' | View Map';var $l48e3064f5546c4f53468ff13a5a3f4d9 = '

Grand Valley Bank

Address: 2 S Main St, Heber City, UT 84032, USA
Phone: (435) 654-7400
';var m_48e3064f5546c4f53468ff13a5a3f4d9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand Valley Bank',});m_48e3064f5546c4f53468ff13a5a3f4d9['infowindow'] = new google.maps.InfoWindow({content: $l48e3064f5546c4f53468ff13a5a3f4d9});var infowindow = new google.maps.InfoWindow({content: $l48e3064f5546c4f53468ff13a5a3f4d9});google.maps.event.addListener(m_48e3064f5546c4f53468ff13a5a3f4d9, 'click', function() {infowindow.open(map,m_48e3064f5546c4f53468ff13a5a3f4d9);});$marker.push(m_48e3064f5546c4f53468ff13a5a3f4d9);}});}google.maps.event.addDomListener(window, 'load', initialize);