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.0702,-96.8172)};var g_aed9a29c5bcc18be04f285836177d93b = new google.maps.Geocoder();g_aed9a29c5bcc18be04f285836177d93b.geocode( { 'address': "1400 Preston Rd #290, Plano, TX 75093, USA"}, 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('8a6b14c5').innerHTML += ' | View Map';var $laed9a29c5bcc18be04f285836177d93b = '

First Bank

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