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(39.9347,-105.077)};var g_40af997ccd30d53103dee45cc8d656dd = new google.maps.Geocoder();g_40af997ccd30d53103dee45cc8d656dd.geocode( { 'address': "1210 E 1st Ave, Broomfield, CO 80020"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('broomfield-CO-north-valley-bank').style.display = '';map = new google.maps.Map(document.getElementById('broomfield-CO-north-valley-bank'), mapOptions);}document.getElementById('23d8d87d').innerHTML += ' | View Map';var $l40af997ccd30d53103dee45cc8d656dd = '

North Valley Bank

Address: 1210 E 1st Ave, Broomfield, CO 80020
Phone: (303) 452-5500
';var m_40af997ccd30d53103dee45cc8d656dd = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'North Valley Bank',});m_40af997ccd30d53103dee45cc8d656dd['infowindow'] = new google.maps.InfoWindow({content: $l40af997ccd30d53103dee45cc8d656dd});var infowindow = new google.maps.InfoWindow({content: $l40af997ccd30d53103dee45cc8d656dd});google.maps.event.addListener(m_40af997ccd30d53103dee45cc8d656dd, 'click', function() {infowindow.open(map,m_40af997ccd30d53103dee45cc8d656dd);});$marker.push(m_40af997ccd30d53103dee45cc8d656dd);}});}google.maps.event.addDomListener(window, 'load', initialize);