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(34.1842,-101.705)};var g_e07e901d73aca3be6bb16597082d518d = new google.maps.Geocoder();g_e07e901d73aca3be6bb16597082d518d.geocode( { 'address': "205 W 5th St, Plainview, TX 79072, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plainview-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('plainview-TX-wells-fargo-bank'), mapOptions);}document.getElementById('ece9748b').innerHTML += ' | View Map';var $le07e901d73aca3be6bb16597082d518d = '

Wells Fargo Bank

Address: 205 W 5th St, Plainview, TX 79072, USA
Phone: (806) 291-5566
';var m_e07e901d73aca3be6bb16597082d518d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_e07e901d73aca3be6bb16597082d518d['infowindow'] = new google.maps.InfoWindow({content: $le07e901d73aca3be6bb16597082d518d});var infowindow = new google.maps.InfoWindow({content: $le07e901d73aca3be6bb16597082d518d});google.maps.event.addListener(m_e07e901d73aca3be6bb16597082d518d, 'click', function() {infowindow.open(map,m_e07e901d73aca3be6bb16597082d518d);});$marker.push(m_e07e901d73aca3be6bb16597082d518d);}});}google.maps.event.addDomListener(window, 'load', initialize);