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.0577,-96.7375)};var g_9fbd07081692403c9ce48c1d55d8c8fc = new google.maps.Geocoder();g_9fbd07081692403c9ce48c1d55d8c8fc.geocode( { 'address': "5224 W Plano Pkwy, Plano, TX 75093"}, function(results, status) {if (status == google.maps.GeocoderStatus.OK) {$i++;if ($i == 1){document.getElementById('plano-TX-shareplus-federal-bank').style.display = '';map = new google.maps.Map(document.getElementById('plano-TX-shareplus-federal-bank'), mapOptions);}document.getElementById('a779e763').innerHTML += ' | View Map';var $l9fbd07081692403c9ce48c1d55d8c8fc = '

SharePlus Federal Bank

Address: 5224 W Plano Pkwy, Plano, TX 75093
Phone: (972) 931-5311
';var m_9fbd07081692403c9ce48c1d55d8c8fc = new google.maps.Marker({position: results[0].geometry.location,map: map,title: 'SharePlus Federal Bank',});m_9fbd07081692403c9ce48c1d55d8c8fc['infowindow'] = new google.maps.InfoWindow({content: $l9fbd07081692403c9ce48c1d55d8c8fc});var infowindow = new google.maps.InfoWindow({content: $l9fbd07081692403c9ce48c1d55d8c8fc});google.maps.event.addListener(m_9fbd07081692403c9ce48c1d55d8c8fc, 'click', function() {infowindow.open(map,m_9fbd07081692403c9ce48c1d55d8c8fc);});$marker.push(m_9fbd07081692403c9ce48c1d55d8c8fc);}});}google.maps.event.addDomListener(window, 'load', initialize);