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.5124,-111.474)};var g_90ae4e4cd6c0fbe31603b85a75277bd9 = new google.maps.Geocoder();g_90ae4e4cd6c0fbe31603b85a75277bd9.geocode( { 'address': "92 W Main St, Midway, UT 84049, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('midway-UT-grand-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('midway-UT-grand-valley-bank'), mapOptions);}document.getElementById('c57b39a0').innerHTML += ' | View Map';var $l90ae4e4cd6c0fbe31603b85a75277bd9 = '

Grand Valley Bank

Address: 92 W Main St, Midway, UT 84049, USA
Phone: (435) 654-7000
';var m_90ae4e4cd6c0fbe31603b85a75277bd9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Grand Valley Bank',});m_90ae4e4cd6c0fbe31603b85a75277bd9['infowindow'] = new google.maps.InfoWindow({content: $l90ae4e4cd6c0fbe31603b85a75277bd9});var infowindow = new google.maps.InfoWindow({content: $l90ae4e4cd6c0fbe31603b85a75277bd9});google.maps.event.addListener(m_90ae4e4cd6c0fbe31603b85a75277bd9, 'click', function() {infowindow.open(map,m_90ae4e4cd6c0fbe31603b85a75277bd9);});$marker.push(m_90ae4e4cd6c0fbe31603b85a75277bd9);}});}google.maps.event.addDomListener(window, 'load', initialize);