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.8166,-98.1865)};var g_f1a1f892c13d3a1dfb7d8f42b3d3c5a0 = new google.maps.Geocoder();g_f1a1f892c13d3a1dfb7d8f42b3d3c5a0.geocode( { 'address': "202 W Wichita St, Henrietta, TX 76365"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('henrietta-TX-fidelity-bank').style.display = '';map = new google.maps.Map(document.getElementById('henrietta-TX-fidelity-bank'), mapOptions);}document.getElementById('6fc41996').innerHTML += ' | View Map';var $lf1a1f892c13d3a1dfb7d8f42b3d3c5a0 = '

Fidelity Bank

Address: 202 W Wichita St, Henrietta, TX 76365
Phone: (940) 538-6262
';var m_f1a1f892c13d3a1dfb7d8f42b3d3c5a0 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Fidelity Bank',});m_f1a1f892c13d3a1dfb7d8f42b3d3c5a0['infowindow'] = new google.maps.InfoWindow({content: $lf1a1f892c13d3a1dfb7d8f42b3d3c5a0});var infowindow = new google.maps.InfoWindow({content: $lf1a1f892c13d3a1dfb7d8f42b3d3c5a0});google.maps.event.addListener(m_f1a1f892c13d3a1dfb7d8f42b3d3c5a0, 'click', function() {infowindow.open(map,m_f1a1f892c13d3a1dfb7d8f42b3d3c5a0);});$marker.push(m_f1a1f892c13d3a1dfb7d8f42b3d3c5a0);}});}google.maps.event.addDomListener(window, 'load', initialize);