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(31.0854,-97.3097)};var g_fcaae931422688b8a0134e51a7a2fb12 = new google.maps.Geocoder();g_fcaae931422688b8a0134e51a7a2fb12.geocode( { 'address': "7348 W Adams Ave, Temple, TX 76502"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('temple-TX-first-national-bank').style.display = '';map = new google.maps.Map(document.getElementById('temple-TX-first-national-bank'), mapOptions);}document.getElementById('5d785a5b').innerHTML += ' | View Map';var $lfcaae931422688b8a0134e51a7a2fb12 = '

First National Bank

Address: 7348 W Adams Ave, Temple, TX 76502
Phone: (254) 771-0020
';var m_fcaae931422688b8a0134e51a7a2fb12 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank',});m_fcaae931422688b8a0134e51a7a2fb12['infowindow'] = new google.maps.InfoWindow({content: $lfcaae931422688b8a0134e51a7a2fb12});var infowindow = new google.maps.InfoWindow({content: $lfcaae931422688b8a0134e51a7a2fb12});google.maps.event.addListener(m_fcaae931422688b8a0134e51a7a2fb12, 'click', function() {infowindow.open(map,m_fcaae931422688b8a0134e51a7a2fb12);});$marker.push(m_fcaae931422688b8a0134e51a7a2fb12);}});}google.maps.event.addDomListener(window, 'load', initialize);