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(29.9428,-93.9135)};var g_f480c5d247eea82c8adbad3912cb6b5d = new google.maps.Geocoder();g_f480c5d247eea82c8adbad3912cb6b5d.geocode( { 'address': "4000 Twin City Hwy, Groves, TX 77619"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('groves-TX-wells-fargo-bank').style.display = '';map = new google.maps.Map(document.getElementById('groves-TX-wells-fargo-bank'), mapOptions);}document.getElementById('da6d13b9').innerHTML += ' | View Map';var $lf480c5d247eea82c8adbad3912cb6b5d = '

Wells Fargo Bank

Address: 4000 Twin City Hwy, Groves, TX 77619
Phone: (409) 365-1200
';var m_f480c5d247eea82c8adbad3912cb6b5d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Wells Fargo Bank',});m_f480c5d247eea82c8adbad3912cb6b5d['infowindow'] = new google.maps.InfoWindow({content: $lf480c5d247eea82c8adbad3912cb6b5d});var infowindow = new google.maps.InfoWindow({content: $lf480c5d247eea82c8adbad3912cb6b5d});google.maps.event.addListener(m_f480c5d247eea82c8adbad3912cb6b5d, 'click', function() {infowindow.open(map,m_f480c5d247eea82c8adbad3912cb6b5d);});$marker.push(m_f480c5d247eea82c8adbad3912cb6b5d);}});}google.maps.event.addDomListener(window, 'load', initialize);