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.214,-96.6327)};var g_6b16e233cdcc4480a91b195b60b85d51 = new google.maps.Geocoder();g_6b16e233cdcc4480a91b195b60b85d51.geocode( { 'address': "1700 Redbud Blvd # 130, McKinney, TX 75069, USA"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('mckinney-TX-first-united-bank---mckinney-redbud').style.display = '';map = new google.maps.Map(document.getElementById('mckinney-TX-first-united-bank---mckinney-redbud'), mapOptions);}document.getElementById('112f6696').innerHTML += ' | View Map';var $l6b16e233cdcc4480a91b195b60b85d51 = '

First United Bank - McKinney Redbud

Address: 1700 Redbud Blvd # 130, McKinney, TX 75069, USA
Phone: (972) 548-3010
';var m_6b16e233cdcc4480a91b195b60b85d51 = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'First United Bank - McKinney Redbud',});m_6b16e233cdcc4480a91b195b60b85d51['infowindow'] = new google.maps.InfoWindow({content: $l6b16e233cdcc4480a91b195b60b85d51});var infowindow = new google.maps.InfoWindow({content: $l6b16e233cdcc4480a91b195b60b85d51});google.maps.event.addListener(m_6b16e233cdcc4480a91b195b60b85d51, 'click', function() {infowindow.open(map,m_6b16e233cdcc4480a91b195b60b85d51);});$marker.push(m_6b16e233cdcc4480a91b195b60b85d51);}});}google.maps.event.addDomListener(window, 'load', initialize);