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.0577,-96.7375)};var g_b9208f1947ff5358176a14877501e811 = new google.maps.Geocoder();g_b9208f1947ff5358176a14877501e811.geocode( { 'address': "8612 Preston Rd, Plano, TX 75024"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-commercial-bank').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-commercial-bank'), mapOptions);}document.getElementById('db94d088').innerHTML += ' | View Map';var $lb9208f1947ff5358176a14877501e811 = '

Commercial Bank

Address: 8612 Preston Rd, Plano, TX 75024
Phone: (214) 630-3030
';var m_b9208f1947ff5358176a14877501e811 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Commercial Bank',});m_b9208f1947ff5358176a14877501e811['infowindow'] = new google.maps.InfoWindow({content: $lb9208f1947ff5358176a14877501e811});var infowindow = new google.maps.InfoWindow({content: $lb9208f1947ff5358176a14877501e811});google.maps.event.addListener(m_b9208f1947ff5358176a14877501e811, 'click', function() {infowindow.open(map,m_b9208f1947ff5358176a14877501e811);});$marker.push(m_b9208f1947ff5358176a14877501e811);}});}google.maps.event.addDomListener(window, 'load', initialize);