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(32.9682,-96.5833)};var g_1132d8e10f0165dfa2300cb8fd7f50b7 = new google.maps.Geocoder();g_1132d8e10f0165dfa2300cb8fd7f50b7.geocode( { 'address': "5250 Highway 78, Sachse, TX 75048"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sachse-TX-colonial-savings').style.display = '';map = new google.maps.Map(document.getElementById('sachse-TX-colonial-savings'), mapOptions);}document.getElementById('c3ee2dd2').innerHTML += ' | View Map';var $l1132d8e10f0165dfa2300cb8fd7f50b7 = '

Colonial Savings

Address: 5250 Highway 78, Sachse, TX 75048
Phone: (972) 495-4694
';var m_1132d8e10f0165dfa2300cb8fd7f50b7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Savings',});m_1132d8e10f0165dfa2300cb8fd7f50b7['infowindow'] = new google.maps.InfoWindow({content: $l1132d8e10f0165dfa2300cb8fd7f50b7});var infowindow = new google.maps.InfoWindow({content: $l1132d8e10f0165dfa2300cb8fd7f50b7});google.maps.event.addListener(m_1132d8e10f0165dfa2300cb8fd7f50b7, 'click', function() {infowindow.open(map,m_1132d8e10f0165dfa2300cb8fd7f50b7);});$marker.push(m_1132d8e10f0165dfa2300cb8fd7f50b7);}});}google.maps.event.addDomListener(window, 'load', initialize);