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.9118,-98.4986)};var g_1879d84e181b6262704e95372dc9f4dc = new google.maps.Geocoder();g_1879d84e181b6262704e95372dc9f4dc.geocode( { 'address': "2610 Kemp Blvd, Wichita Falls, TX 76309"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('wichita-falls-TX-legend-bank').style.display = '';map = new google.maps.Map(document.getElementById('wichita-falls-TX-legend-bank'), mapOptions);}document.getElementById('f6f2d1c2').innerHTML += ' | View Map';var $l1879d84e181b6262704e95372dc9f4dc = '

Legend Bank

Address: 2610 Kemp Blvd, Wichita Falls, TX 76309
Phone: (940) 720-0209
';var m_1879d84e181b6262704e95372dc9f4dc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Legend Bank',});m_1879d84e181b6262704e95372dc9f4dc['infowindow'] = new google.maps.InfoWindow({content: $l1879d84e181b6262704e95372dc9f4dc});var infowindow = new google.maps.InfoWindow({content: $l1879d84e181b6262704e95372dc9f4dc});google.maps.event.addListener(m_1879d84e181b6262704e95372dc9f4dc, 'click', function() {infowindow.open(map,m_1879d84e181b6262704e95372dc9f4dc);});$marker.push(m_1879d84e181b6262704e95372dc9f4dc);}});}google.maps.event.addDomListener(window, 'load', initialize);