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.6982,-95.8855)};var g_5ce0099a9ffb9f6b1a6785cf9608ddcc = new google.maps.Geocoder();g_5ce0099a9ffb9f6b1a6785cf9608ddcc.geocode( { 'address': "119 W S Front St, Edgewood, TX 75117, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('edgewood-TX-first-national-bank-edgewood').style.display = '';map = new google.maps.Map(document.getElementById('edgewood-TX-first-national-bank-edgewood'), mapOptions);}document.getElementById('a4d65ede').innerHTML += ' | View Map';var $l5ce0099a9ffb9f6b1a6785cf9608ddcc = '

First National Bank-Edgewood

Address: 119 W S Front St, Edgewood, TX 75117, USA
Phone: (903) 896-4341
';var m_5ce0099a9ffb9f6b1a6785cf9608ddcc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First National Bank-Edgewood',});m_5ce0099a9ffb9f6b1a6785cf9608ddcc['infowindow'] = new google.maps.InfoWindow({content: $l5ce0099a9ffb9f6b1a6785cf9608ddcc});var infowindow = new google.maps.InfoWindow({content: $l5ce0099a9ffb9f6b1a6785cf9608ddcc});google.maps.event.addListener(m_5ce0099a9ffb9f6b1a6785cf9608ddcc, 'click', function() {infowindow.open(map,m_5ce0099a9ffb9f6b1a6785cf9608ddcc);});$marker.push(m_5ce0099a9ffb9f6b1a6785cf9608ddcc);}});}google.maps.event.addDomListener(window, 'load', initialize);