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.0005,-105.099)};var g_94b2da0fedccca119b1ae6ae30ccbcea = new google.maps.Geocoder();g_94b2da0fedccca119b1ae6ae30ccbcea.geocode( { 'address': "480 N Hwy 287, Lafayette, CO 80026"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lafayette-CO-chase-bank-closed').style.display = '';map = new google.maps.Map(document.getElementById('lafayette-CO-chase-bank-closed'), mapOptions);}document.getElementById('cdebc1fe').innerHTML += ' | View Map';var $l94b2da0fedccca119b1ae6ae30ccbcea = '

Chase Bank - Closed

Address: 480 N Hwy 287, Lafayette, CO 80026
Phone: (303) 604-4347
';var m_94b2da0fedccca119b1ae6ae30ccbcea = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Chase Bank - Closed',});m_94b2da0fedccca119b1ae6ae30ccbcea['infowindow'] = new google.maps.InfoWindow({content: $l94b2da0fedccca119b1ae6ae30ccbcea});var infowindow = new google.maps.InfoWindow({content: $l94b2da0fedccca119b1ae6ae30ccbcea});google.maps.event.addListener(m_94b2da0fedccca119b1ae6ae30ccbcea, 'click', function() {infowindow.open(map,m_94b2da0fedccca119b1ae6ae30ccbcea);});$marker.push(m_94b2da0fedccca119b1ae6ae30ccbcea);}});}google.maps.event.addDomListener(window, 'load', initialize);