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_0a6ca3388eefac0c45ab659c6abf303a = new google.maps.Geocoder();g_0a6ca3388eefac0c45ab659c6abf303a.geocode( { 'address': "5601 Democracy Dr, Plano, TX 75024"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-benchmark-community-bank').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-benchmark-community-bank'), mapOptions);}document.getElementById('a6bf7097').innerHTML += ' | View Map';var $l0a6ca3388eefac0c45ab659c6abf303a = '

Benchmark Community Bank

Address: 5601 Democracy Dr, Plano, TX 75024
Phone: (972) 826-4300
';var m_0a6ca3388eefac0c45ab659c6abf303a = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Benchmark Community Bank',});m_0a6ca3388eefac0c45ab659c6abf303a['infowindow'] = new google.maps.InfoWindow({content: $l0a6ca3388eefac0c45ab659c6abf303a});var infowindow = new google.maps.InfoWindow({content: $l0a6ca3388eefac0c45ab659c6abf303a});google.maps.event.addListener(m_0a6ca3388eefac0c45ab659c6abf303a, 'click', function() {infowindow.open(map,m_0a6ca3388eefac0c45ab659c6abf303a);});$marker.push(m_0a6ca3388eefac0c45ab659c6abf303a);}});}google.maps.event.addDomListener(window, 'load', initialize);