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.1203,-97.0319)};var g_09d4dbee251587a452795e571c5960f9 = new google.maps.Geocoder();g_09d4dbee251587a452795e571c5960f9.geocode( { 'address': "2004 S Stemmons Fwy, Lake Dallas, TX 75065, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lake-dallas-TX-northstar-bank').style.display = '';map = new google.maps.Map(document.getElementById('lake-dallas-TX-northstar-bank'), mapOptions);}document.getElementById('11b81ab9').innerHTML += ' | View Map';var $l09d4dbee251587a452795e571c5960f9 = '

Northstar Bank

Address: 2004 S Stemmons Fwy, Lake Dallas, TX 75065, USA
Phone: (940) 321-4684
';var m_09d4dbee251587a452795e571c5960f9 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Northstar Bank',});m_09d4dbee251587a452795e571c5960f9['infowindow'] = new google.maps.InfoWindow({content: $l09d4dbee251587a452795e571c5960f9});var infowindow = new google.maps.InfoWindow({content: $l09d4dbee251587a452795e571c5960f9});google.maps.event.addListener(m_09d4dbee251587a452795e571c5960f9, 'click', function() {infowindow.open(map,m_09d4dbee251587a452795e571c5960f9);});$marker.push(m_09d4dbee251587a452795e571c5960f9);}});}google.maps.event.addDomListener(window, 'load', initialize);