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(33.0722,-97.0646)};var g_2df294cb775ed89e0e12717595fa4d60 = new google.maps.Geocoder();g_2df294cb775ed89e0e12717595fa4d60.geocode( { 'address': "2341 Justin Rd, Flower Mound, TX 75028, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('flower-mound-TX-omni-american-bank').style.display = '';map = new google.maps.Map(document.getElementById('flower-mound-TX-omni-american-bank'), mapOptions);}document.getElementById('8e847049').innerHTML += ' | View Map';var $l2df294cb775ed89e0e12717595fa4d60 = '

Omni American Bank

Address: 2341 Justin Rd, Flower Mound, TX 75028, USA
Phone: (972) 434-4686
';var m_2df294cb775ed89e0e12717595fa4d60 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'Omni American Bank',});m_2df294cb775ed89e0e12717595fa4d60['infowindow'] = new google.maps.InfoWindow({content: $l2df294cb775ed89e0e12717595fa4d60});var infowindow = new google.maps.InfoWindow({content: $l2df294cb775ed89e0e12717595fa4d60});google.maps.event.addListener(m_2df294cb775ed89e0e12717595fa4d60, 'click', function() {infowindow.open(map,m_2df294cb775ed89e0e12717595fa4d60);});$marker.push(m_2df294cb775ed89e0e12717595fa4d60);}});}google.maps.event.addDomListener(window, 'load', initialize);