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(30.0452,-94.8871)};var g_2dcbcad17e70c5f16e3ba28da4a1777c = new google.maps.Geocoder();g_2dcbcad17e70c5f16e3ba28da4a1777c.geocode( { 'address': "109 US-90, Dayton, TX 77535, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('dayton-TX-dayton-financial-center').style.display = '';map = new google.maps.Map(document.getElementById('dayton-TX-dayton-financial-center'), mapOptions);}document.getElementById('fc1b0540').innerHTML += ' | View Map';var $l2dcbcad17e70c5f16e3ba28da4a1777c = '

Dayton Financial Center

Address: 109 US-90, Dayton, TX 77535, USA
Phone: (936) 257-9700
';var m_2dcbcad17e70c5f16e3ba28da4a1777c = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Dayton Financial Center',});m_2dcbcad17e70c5f16e3ba28da4a1777c['infowindow'] = new google.maps.InfoWindow({content: $l2dcbcad17e70c5f16e3ba28da4a1777c});var infowindow = new google.maps.InfoWindow({content: $l2dcbcad17e70c5f16e3ba28da4a1777c});google.maps.event.addListener(m_2dcbcad17e70c5f16e3ba28da4a1777c, 'click', function() {infowindow.open(map,m_2dcbcad17e70c5f16e3ba28da4a1777c);});$marker.push(m_2dcbcad17e70c5f16e3ba28da4a1777c);}});}google.maps.event.addDomListener(window, 'load', initialize);