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_144679b5d1ddb8650c3155c645a1d976 = new google.maps.Geocoder();g_144679b5d1ddb8650c3155c645a1d976.geocode( { 'address': "5700 Legacy Dr, Plano, TX 75024"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-benchmark-bank').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-benchmark-bank'), mapOptions);}document.getElementById('3e83b3d6').innerHTML += ' | View Map';var $l144679b5d1ddb8650c3155c645a1d976 = '

Benchmark Bank

Address: 5700 Legacy Dr, Plano, TX 75024
Phone: (972) 673-4000
';var m_144679b5d1ddb8650c3155c645a1d976 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benchmark Bank',});m_144679b5d1ddb8650c3155c645a1d976['infowindow'] = new google.maps.InfoWindow({content: $l144679b5d1ddb8650c3155c645a1d976});var infowindow = new google.maps.InfoWindow({content: $l144679b5d1ddb8650c3155c645a1d976});google.maps.event.addListener(m_144679b5d1ddb8650c3155c645a1d976, 'click', function() {infowindow.open(map,m_144679b5d1ddb8650c3155c645a1d976);});$marker.push(m_144679b5d1ddb8650c3155c645a1d976);}});}google.maps.event.addDomListener(window, 'load', initialize);