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(32.9252,-98.3034)};var g_172542e23fd13f9c57b7fda580df52eb = new google.maps.Geocoder();g_172542e23fd13f9c57b7fda580df52eb.geocode( { 'address': "1301 Park Road 36, Graford, TX 76449"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('graford-TX-graham-savings-loan').style.display = '';map = new google.maps.Map(document.getElementById('graford-TX-graham-savings-loan'), mapOptions);}document.getElementById('280efaca').innerHTML += ' | View Map';var $l172542e23fd13f9c57b7fda580df52eb = '

Graham Savings & Loan

Address: 1301 Park Road 36, Graford, TX 76449
Phone: (940) 779-2024
';var m_172542e23fd13f9c57b7fda580df52eb = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Graham Savings & Loan',});m_172542e23fd13f9c57b7fda580df52eb['infowindow'] = new google.maps.InfoWindow({content: $l172542e23fd13f9c57b7fda580df52eb});var infowindow = new google.maps.InfoWindow({content: $l172542e23fd13f9c57b7fda580df52eb});google.maps.event.addListener(m_172542e23fd13f9c57b7fda580df52eb, 'click', function() {infowindow.open(map,m_172542e23fd13f9c57b7fda580df52eb);});$marker.push(m_172542e23fd13f9c57b7fda580df52eb);}});}google.maps.event.addDomListener(window, 'load', initialize);