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_8ac449695b345de6db22438443c20fc4 = new google.maps.Geocoder();g_8ac449695b345de6db22438443c20fc4.geocode( { 'address': "3151 Kilby Rd, Park City, UT 84098"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('park-city-UT-chase-bank-closed').style.display = '';map = new google.maps.Map(document.getElementById('park-city-UT-chase-bank-closed'), mapOptions);}document.getElementById('1bc3b2d0').innerHTML += ' | View Map';var $l8ac449695b345de6db22438443c20fc4 = '

Chase Bank - Closed

Address: 3151 Kilby Rd, Park City, UT 84098
Phone: (435) 615-2774
';var m_8ac449695b345de6db22438443c20fc4 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank - Closed',});m_8ac449695b345de6db22438443c20fc4['infowindow'] = new google.maps.InfoWindow({content: $l8ac449695b345de6db22438443c20fc4});var infowindow = new google.maps.InfoWindow({content: $l8ac449695b345de6db22438443c20fc4});google.maps.event.addListener(m_8ac449695b345de6db22438443c20fc4, 'click', function() {infowindow.open(map,m_8ac449695b345de6db22438443c20fc4);});$marker.push(m_8ac449695b345de6db22438443c20fc4);}});}google.maps.event.addDomListener(window, 'load', initialize);