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.948,-96.8254)};var g_b1494532125308790dff5321c7a762ad = new google.maps.Geocoder();g_b1494532125308790dff5321c7a762ad.geocode( { 'address': "5000 Quorum Dr, Dallas, TX 75254, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dallas-TX-colonial-saving').style.display = '';map = new google.maps.Map(document.getElementById('dallas-TX-colonial-saving'), mapOptions);}document.getElementById('e0f7194e').innerHTML += ' | View Map';var $lb1494532125308790dff5321c7a762ad = '

Colonial Saving

Address: 5000 Quorum Dr, Dallas, TX 75254, USA
Phone: (972) 661-3335
';var m_b1494532125308790dff5321c7a762ad = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Colonial Saving',});m_b1494532125308790dff5321c7a762ad['infowindow'] = new google.maps.InfoWindow({content: $lb1494532125308790dff5321c7a762ad});var infowindow = new google.maps.InfoWindow({content: $lb1494532125308790dff5321c7a762ad});google.maps.event.addListener(m_b1494532125308790dff5321c7a762ad, 'click', function() {infowindow.open(map,m_b1494532125308790dff5321c7a762ad);});$marker.push(m_b1494532125308790dff5321c7a762ad);}});}google.maps.event.addDomListener(window, 'load', initialize);