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(33.2175,-97.1368)};var g_1043bed2a0d790842150d623527d9f60 = new google.maps.Geocoder();g_1043bed2a0d790842150d623527d9f60.geocode( { 'address': "400 N Carroll Blvd, Denton, TX 76201, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('denton-TX-northstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('denton-TX-northstar-bank'), mapOptions);}document.getElementById('c8f40558').innerHTML += ' | View Map';var $l1043bed2a0d790842150d623527d9f60 = '

Northstar Bank

Address: 400 N Carroll Blvd, Denton, TX 76201, USA
Phone: (940) 591-1200
';var m_1043bed2a0d790842150d623527d9f60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northstar Bank',});m_1043bed2a0d790842150d623527d9f60['infowindow'] = new google.maps.InfoWindow({content: $l1043bed2a0d790842150d623527d9f60});var infowindow = new google.maps.InfoWindow({content: $l1043bed2a0d790842150d623527d9f60});google.maps.event.addListener(m_1043bed2a0d790842150d623527d9f60, 'click', function() {infowindow.open(map,m_1043bed2a0d790842150d623527d9f60);});$marker.push(m_1043bed2a0d790842150d623527d9f60);}});}google.maps.event.addDomListener(window, 'load', initialize);