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_03af2dab7923447ee070be156ac70bc7 = new google.maps.Geocoder();g_03af2dab7923447ee070be156ac70bc7.geocode( { 'address': "8901 Independence Pkwy, Plano, TX 75025"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-first-bank'), mapOptions);}document.getElementById('a3f15941').innerHTML += ' | View Map';var $l03af2dab7923447ee070be156ac70bc7 = '

First Bank

Address: 8901 Independence Pkwy, Plano, TX 75025
Phone: (214) 705-7963
';var m_03af2dab7923447ee070be156ac70bc7 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_03af2dab7923447ee070be156ac70bc7['infowindow'] = new google.maps.InfoWindow({content: $l03af2dab7923447ee070be156ac70bc7});var infowindow = new google.maps.InfoWindow({content: $l03af2dab7923447ee070be156ac70bc7});google.maps.event.addListener(m_03af2dab7923447ee070be156ac70bc7, 'click', function() {infowindow.open(map,m_03af2dab7923447ee070be156ac70bc7);});$marker.push(m_03af2dab7923447ee070be156ac70bc7);}});var g_7d1fc3b7549e41457127c807bb8f4221 = new google.maps.Geocoder();g_7d1fc3b7549e41457127c807bb8f4221.geocode( { 'address': "1400 Preston Rd, Plano, TX 75093"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-first-bank').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-first-bank'), mapOptions);}document.getElementById('88e444eb').innerHTML += ' | View Map';var $l7d1fc3b7549e41457127c807bb8f4221 = '

First Bank

Address: 1400 Preston Rd, Plano, TX 75093
Phone: (469) 277-3535
';var m_7d1fc3b7549e41457127c807bb8f4221 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First Bank',});m_7d1fc3b7549e41457127c807bb8f4221['infowindow'] = new google.maps.InfoWindow({content: $l7d1fc3b7549e41457127c807bb8f4221});var infowindow = new google.maps.InfoWindow({content: $l7d1fc3b7549e41457127c807bb8f4221});google.maps.event.addListener(m_7d1fc3b7549e41457127c807bb8f4221, 'click', function() {infowindow.open(map,m_7d1fc3b7549e41457127c807bb8f4221);});$marker.push(m_7d1fc3b7549e41457127c807bb8f4221);}});}google.maps.event.addDomListener(window, 'load', initialize);