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.7345,-101.956)};var g_158223cf1707f7e6dd5cd3a0d64f89f3 = new google.maps.Geocoder();g_158223cf1707f7e6dd5cd3a0d64f89f3.geocode( { 'address': "602 N 1st St, Lamesa, TX 79331"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('lamesa-TX-first-united-bank').style.display = '';map = new google.maps.Map(document.getElementById('lamesa-TX-first-united-bank'), mapOptions);}document.getElementById('cde0df7c').innerHTML += ' | View Map';var $l158223cf1707f7e6dd5cd3a0d64f89f3 = '

First United Bank

Address: 602 N 1st St, Lamesa, TX 79331
Phone: (806) 872-8311
';var m_158223cf1707f7e6dd5cd3a0d64f89f3 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Bank',});m_158223cf1707f7e6dd5cd3a0d64f89f3['infowindow'] = new google.maps.InfoWindow({content: $l158223cf1707f7e6dd5cd3a0d64f89f3});var infowindow = new google.maps.InfoWindow({content: $l158223cf1707f7e6dd5cd3a0d64f89f3});google.maps.event.addListener(m_158223cf1707f7e6dd5cd3a0d64f89f3, 'click', function() {infowindow.open(map,m_158223cf1707f7e6dd5cd3a0d64f89f3);});$marker.push(m_158223cf1707f7e6dd5cd3a0d64f89f3);}});}google.maps.event.addDomListener(window, 'load', initialize);