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.6276,-95.6356)};var g_680c9230ddb8402aefd4288a27e6512d = new google.maps.Geocoder();g_680c9230ddb8402aefd4288a27e6512d.geocode( { 'address': "2287 Highway 6, Sugar Land, TX 77478"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('sugar-land-TX-golden-bank').style.display = '';map = new google.maps.Map(document.getElementById('sugar-land-TX-golden-bank'), mapOptions);}document.getElementById('797090ab').innerHTML += ' | View Map';var $l680c9230ddb8402aefd4288a27e6512d = '

Golden Bank

Address: 2287 Highway 6, Sugar Land, TX 77478
Phone: (281) 491-3838
';var m_680c9230ddb8402aefd4288a27e6512d = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Golden Bank',});m_680c9230ddb8402aefd4288a27e6512d['infowindow'] = new google.maps.InfoWindow({content: $l680c9230ddb8402aefd4288a27e6512d});var infowindow = new google.maps.InfoWindow({content: $l680c9230ddb8402aefd4288a27e6512d});google.maps.event.addListener(m_680c9230ddb8402aefd4288a27e6512d, 'click', function() {infowindow.open(map,m_680c9230ddb8402aefd4288a27e6512d);});$marker.push(m_680c9230ddb8402aefd4288a27e6512d);}});}google.maps.event.addDomListener(window, 'load', initialize);