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.0977,-96.8839)};var g_7274a60c83145b1082be9caa91926ecf = new google.maps.Geocoder();g_7274a60c83145b1082be9caa91926ecf.geocode( { 'address': "4730 State Highway 121, The Colony, TX 75056"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('the-colony-TX-comerica-bank').style.display = '';map = new google.maps.Map(document.getElementById('the-colony-TX-comerica-bank'), mapOptions);}document.getElementById('778c2813').innerHTML += ' | View Map';var $l7274a60c83145b1082be9caa91926ecf = '

Comerica Bank

Address: 4730 State Highway 121, The Colony, TX 75056
Phone: (469) 362-2015
';var m_7274a60c83145b1082be9caa91926ecf = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Comerica Bank',});m_7274a60c83145b1082be9caa91926ecf['infowindow'] = new google.maps.InfoWindow({content: $l7274a60c83145b1082be9caa91926ecf});var infowindow = new google.maps.InfoWindow({content: $l7274a60c83145b1082be9caa91926ecf});google.maps.event.addListener(m_7274a60c83145b1082be9caa91926ecf, 'click', function() {infowindow.open(map,m_7274a60c83145b1082be9caa91926ecf);});$marker.push(m_7274a60c83145b1082be9caa91926ecf);}});}google.maps.event.addDomListener(window, 'load', initialize);