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.7501,-95.8521)};var g_3cd9fd588c126cc9043850408c2c19ab = new google.maps.Geocoder();g_3cd9fd588c126cc9043850408c2c19ab.geocode( { 'address': "2770 FM 1463 #100, Katy, TX 77494, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('katy-TX-flodder-financial-group').style.display = '';map = new google.maps.Map(document.getElementById('katy-TX-flodder-financial-group'), mapOptions);}document.getElementById('1ac7ac2c').innerHTML += ' | View Map';var $l3cd9fd588c126cc9043850408c2c19ab = '

Flodder Financial Group

Address: 2770 FM 1463 #100, Katy, TX 77494, USA
Phone: (281) 578-7878
';var m_3cd9fd588c126cc9043850408c2c19ab = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Flodder Financial Group',});m_3cd9fd588c126cc9043850408c2c19ab['infowindow'] = new google.maps.InfoWindow({content: $l3cd9fd588c126cc9043850408c2c19ab});var infowindow = new google.maps.InfoWindow({content: $l3cd9fd588c126cc9043850408c2c19ab});google.maps.event.addListener(m_3cd9fd588c126cc9043850408c2c19ab, 'click', function() {infowindow.open(map,m_3cd9fd588c126cc9043850408c2c19ab);});$marker.push(m_3cd9fd588c126cc9043850408c2c19ab);}});}google.maps.event.addDomListener(window, 'load', initialize);